From a06788ff58cf37fa9a86eccf368c5307c8749b8e Mon Sep 17 00:00:00 2001 From: cktricky Date: Fri, 14 Mar 2014 20:30:57 -0400 Subject: [PATCH] commented out currently unused spec tests for the pay controller and model --- spec/controllers/pay_controller_spec.rb | 3 ++- spec/helpers/pay_helper_spec.rb | 3 ++- spec/models/pay_spec.rb | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/spec/controllers/pay_controller_spec.rb b/spec/controllers/pay_controller_spec.rb index 2dc3878..84b6475 100644 --- a/spec/controllers/pay_controller_spec.rb +++ b/spec/controllers/pay_controller_spec.rb @@ -1,5 +1,6 @@ -require 'spec_helper' +=begin require 'spec_helper' describe PayController do end +=end diff --git a/spec/helpers/pay_helper_spec.rb b/spec/helpers/pay_helper_spec.rb index bebe4c4..408d779 100644 --- a/spec/helpers/pay_helper_spec.rb +++ b/spec/helpers/pay_helper_spec.rb @@ -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 \ No newline at end of file diff --git a/spec/models/pay_spec.rb b/spec/models/pay_spec.rb index 7dd47ed..1b4399c 100644 --- a/spec/models/pay_spec.rb +++ b/spec/models/pay_spec.rb @@ -1,5 +1,6 @@ -require 'spec_helper' +=begin require 'spec_helper' describe Pay do pending "add some examples to (or delete) #{__FILE__}" end +=end \ No newline at end of file