On 07/20/2010 10:47 PM, Jason Guiditta wrote: > On Tue, 2010-07-20 at 17:27 +0200, [email protected] wrote: >> From: Tomas Sedovic<[email protected]> >> >> A previous commit added explicit loading of the factories when running >> rake spec. However, when the factories are loaded automatically (as they >> sholud >> be), this breaks the tests. >> >> This commit resets the previous change. >> --- >> src/spec/spec_helper.rb | 3 --- >> 1 files changed, 0 insertions(+), 3 deletions(-) >> >> diff --git a/src/spec/spec_helper.rb b/src/spec/spec_helper.rb >> index 4a72e06..5181389 100644 >> --- a/src/spec/spec_helper.rb >> +++ b/src/spec/spec_helper.rb >> @@ -13,9 +13,6 @@ require 'authlogic/test_case' >> # in ./support/ and its subdirectories. >> >> Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each >> {|f| require f} >> >> -# factories are not loaded automatically (at least with rspec 1.3.0 on >> Fedora 13) >> -Dir[File.expand_path(File.join(File.dirname(__FILE__),'factories','**','*.rb'))].each >> {|f| puts f;require f} >> - > ACK, not sure why this worked for me on older patch when I tested it, > but the above line kills specs for me now. >
This problem is version-related, factories are not loaded when you use rails from rpm package, but when you use rails from gem, factories are loaded by factory_girl (I think). I'll look on this closer. Jan _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
