[rspec-users] Autospec running over and over, without changes?

2008-10-23 Thread Scott Burton
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

[rspec-users] Error loading Rails fixtures

2008-10-18 Thread Scott Burton
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