Adding IPNs
This commit is contained in:
7
test/fixtures/ipns.yml
vendored
Normal file
7
test/fixtures/ipns.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
data: MyText
|
||||
|
||||
two:
|
||||
data: MyText
|
||||
7
test/functional/ipn_controller_test.rb
Normal file
7
test/functional/ipn_controller_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class IpnControllerTest < ActionController::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
4
test/unit/helpers/ipn_helper_test.rb
Normal file
4
test/unit/helpers/ipn_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class IpnHelperTest < ActionView::TestCase
|
||||
end
|
||||
7
test/unit/ipn_test.rb
Normal file
7
test/unit/ipn_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class IpnTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user