Rspec_on_rails oddity

Thanks to everyone in advance that can help me here. I am using the
rspec and rspec_on_rails plugins (http://rspec.rubyforge.org/
documentation/rails/index.html) and have my tests in spec folder. The
odd thing is is that when I run rake spec:models, the fixture data is
loaded into the development, and not the test database, even though I
have ENV[“RAILS_ENV”] ||= “test” in spec_helper.rb.

I appreciate the help getting the fixtures loaded into the correct
database.

Robert D.

Der. Figured it out - need to pay more attention to my Ruby :slight_smile: