search for: rolldowntest

Displaying 1 result from an estimated 1 matches for "rolldowntest".

2006 Jul 13
0
Loading different fixtures?
...wever, installing the engines plugin as mentioned there didn''t get me the expected behavior (perhaps it was taken back out again?). Similarly, the patch from ticket 1911 is against 0.13.1; I''d be surprised if it worked on 1.1... I''ve also tried the following: class RolldownTest < Test::Unit::TestCase self.fixture_path = "#{File.dirname(__FILE__)}/../fixtures/rolldown/" fixtures :authorizations, :timecards #, etc #... end This works when I just run the test as a standalone, but it utterly hoses all other tests when I run rake. Any other sugg...