Im one of my unit tests, I got an error I cannot even start looking for the issue as few information are logged ... Using the test console , there is no error at all : > rails console test >> Loading test environment (Rails 3.2.9.rc3) > site1 = FactoryGirl.create(:cms_site, label: "booboo") >> BEGIN .. .. >> but running my tests > unit > ruby -Itest test/unit/user_test.rb -n "/should_save_user_with_required_fields/" >> STARTED >> Error: test_should_save_user_with_required_fields(UserTest) NoMethodError: undefined method `respond_to?=' for #<Cms::Page:0x007fa0435bba68> test/factories/cms_layout.rb:14:in `block (3 levels) in <top (required)>' test/factories/cms_site.rb:17:in `block (3 levels) in <top (required)>' test/unit/user_test.rb:58:in `initialize_user' I have a nested FactoryGirl records creation ( cms_site > cms_layout > cms_page ) why it coule be running fine in console and NOt in test ? how can I search for more info ? thanks
on 2012-11-17 12:41
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.