Re: [rspec-users] Rspec not loading fixtures

2012-03-26 Thread David Chelimsky
On Thu, Mar 22, 2012 at 9:54 AM, Pito Salas wrote: > I am taking over a code base and am trying to run the tests. I am > somewhat new to RSpec so this might be a trivial problem. > > Basically I can tell that the fixtures are not getting loaded. All 100 > tests fail with a similar error. > > But I

[rspec-users] Rspec not loading fixtures

2012-03-22 Thread Pito Salas
I am taking over a code base and am trying to run the tests. I am somewhat new to RSpec so this might be a trivial problem. Basically I can tell that the fixtures are not getting loaded. All 100 tests fail with a similar error. But I don't know why. Below is the code, with my narrative with ***