search for: fixture_class_names

Displaying 2 results from an estimated 2 matches for "fixture_class_names".

2011 Dec 25
1
Fixtures vs Fixture class, what is the intended purpose?
...39;ll try to remove it and run tests, to see what happens.) I am also considering to propose changing some fixtures API, like to make the (undocumented?) class attribute `TestFixtures::fixture_table_names` to hold a Hash of `"fixture_name" => :table_name`, similarly to `TestFixtures::fixture_class_names` holding the Hash of `"fixture_name" => FixtureModelClass` (i would also propose to rename). Currently `TestFixtures::fixture_table_names` holds an Array. I am also trying to fix the meaning of `fixture_name`, which before was sometimes used interchangeably with `table_name`: i want...
2006 Nov 24
13
rSpec on Rails 1.2?
I just updated my Rails install to the most current Edge and my controller specs fail: 1) TypeError in ''The User Controller should be a user controller'' can''t convert nil into String Each spec fails the same way. <context string> <spec string> can''t convert nil into String Any ideas what''s up with this? Thanks, s.ross