commented out currently unused spec tests for the pay controller and model
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
require 'spec_helper'
|
=begin require 'spec_helper'
|
||||||
|
|
||||||
describe PayController do
|
describe PayController do
|
||||||
|
|
||||||
end
|
end
|
||||||
|
=end
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
require 'spec_helper'
|
=begin require 'spec_helper'
|
||||||
|
|
||||||
# Specs in this file have access to a helper object that includes
|
# Specs in this file have access to a helper object that includes
|
||||||
# the PayHelper. For example:
|
# the PayHelper. For example:
|
||||||
@@ -13,3 +13,4 @@ require 'spec_helper'
|
|||||||
describe PayHelper do
|
describe PayHelper do
|
||||||
pending "add some examples to (or delete) #{__FILE__}"
|
pending "add some examples to (or delete) #{__FILE__}"
|
||||||
end
|
end
|
||||||
|
=end
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
require 'spec_helper'
|
=begin require 'spec_helper'
|
||||||
|
|
||||||
describe Pay do
|
describe Pay do
|
||||||
pending "add some examples to (or delete) #{__FILE__}"
|
pending "add some examples to (or delete) #{__FILE__}"
|
||||||
end
|
end
|
||||||
|
=end
|
||||||
Reference in New Issue
Block a user