banklink_lv 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- require File.dirname(__FILE__) + '/test_helper'
2
-
3
- class BanklinkViewHelperTest < Test::Unit::TestCase
4
- include Banklink::ActionViewHelper
5
-
6
- def test_should_create_form
7
- options = {}
8
- options[:amount] = '1.55'
9
- options[:currency] = 'LVL'
10
- options[:return] = 'http://default/'
11
- options[:reference] = '54'
12
- options[:message] = 'Pay for smtx'
13
-
14
- # assert_equal "", payment_service_for(300, '300', options)
15
- end
16
-
17
- end
@@ -1,7 +0,0 @@
1
- require File.dirname(__FILE__) + '/test_helper'
2
-
3
- class CoreExtTest < Test::Unit::TestCase
4
- def test_to_squawk_prepends_the_word_squawk
5
- assert_equal "squawk! Hello World", "Hello World".to_squawk
6
- end
7
- end
data/uninstall.rb DELETED
@@ -1 +0,0 @@
1
- # Uninstall hook code here