commented out currently unused spec tests for the pay controller and model

This commit is contained in:
cktricky
2014-03-14 20:30:57 -04:00
parent 2c8781ebc1
commit a06788ff58
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
require 'spec_helper'
=begin require 'spec_helper'
describe PayController do
end
=end
+2 -1
View File
@@ -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
+2 -1
View File
@@ -1,5 +1,6 @@
require 'spec_helper'
=begin require 'spec_helper'
describe Pay do
pending "add some examples to (or delete) #{__FILE__}"
end
=end