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
|
||||
|
||||
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
|
||||
# the PayHelper. For example:
|
||||
@@ -13,3 +13,4 @@ require 'spec_helper'
|
||||
describe PayHelper do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
=end
|
||||
@@ -1,5 +1,6 @@
|
||||
require 'spec_helper'
|
||||
=begin require 'spec_helper'
|
||||
|
||||
describe Pay do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
=end
|
||||
Reference in New Issue
Block a user