Resending this to list, accidentally used --to instead of --cc last night when I sent to Scott.
-j
--- src/config/application.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/config/application.rb b/src/config/application.rb index 7f8ee2f..0777494 100644 --- a/src/config/application.rb +++ b/src/config/application.rb @@ -44,7 +44,7 @@ else require 'fastercsv' #require 'railties'
- if (ENV["RAILS_ENV"] == "cucumber" || ENV["RAILS_ENV"] == "test") + unless (ENV["RAILS_ENV"] == "production") puts "========= cucumber/test env deps loaded... ==========" require 'rspec-rails' require 'factory_girl_rails'
On 09/23/2011 10:45 AM, Jason Guiditta wrote:
Resending this to list, accidentally used --to instead of --cc last night when I sent to Scott.
-j _______________________________________________ aeolus-devel mailing list aeolus-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/aeolus-devel
ACK to this patch.
'rake spec' now works again
Scott
On 23/09/11 12:26 -0400, Scott Seago wrote:
On 09/23/2011 10:45 AM, Jason Guiditta wrote:
Resending this to list, accidentally used --to instead of --cc last night when I sent to Scott.
-j _______________________________________________ aeolus-devel mailing list aeolus-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/aeolus-devel
ACK to this patch.
'rake spec' now works again
Scott
Pushed.
aeolus-devel@lists.fedorahosted.org