Displaying 2 results from an estimated 2 matches for "test_the_truth".
2011 Jun 28
1
error from command rake test:units
I got some error when i run the command line rake test:units
14) Error:
test_the_truth(UserTest):
ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table:
cultures: DELETE FROM "cultures" WHERE 1=1
I did delete the model culture from my project.. and i change it it as
other name.
could anyone help to to solve this problem.
thanks
--
You received this mess...
2009 Feb 02
2
looking for help with NoMethodError: undefined method `key?' for #<String:0x4795488>
...h this would be appreciated. I''m using instant rails,
updated to 2.2.2, on Windows XP.
I''ve created my DB and scaffolded a few things and put some fixtures
into place, and when I run the tests I get many errors that look like
this:
---------------------------------
1) Error:
test_the_truth(EntityTest):
NoMethodError: undefined method `key?'' for #<String:0x4795488>
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/
active_record/fixtures.rb:584:in `insert_fixtures''
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/
acti...