Hi all;
I have several Rails projects where RSpec is working correctly, and
one in which it is not. Running autospec continuously reloads all
files, running my tests over and over again, without making any
changes. Each time it reloads, it runs a smaller subset of specs until
it settles a
Hi all;
I'm getting a weird error from the rspec gem when using rake to load
fixtures in rails:
% rake db:fixtures:load RAILS_ENV=test
/path/to/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/runner/options.rb:
229:in `files_to_load': File or directory not found: db:fixtures:load
(RuntimeError)
f