MissingSourceFile spec/rails/story_adapter.rb

I can see that the file story_adapter.rb isn’t where it is supposed to
be, however, I don’t know where it comes from in the first place.

Can someone give me a hint here?

I installed using:

ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec

ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails

The above is all on one line.

This is a new machine I’m building out…rspec hasn’t yet worked on
this machine.

Ruby 1.8.4, rails 1.2.5

Thanks for any direction.

Mike B.

CURRENT is the 1.0.8 release.

Try getting the trunk instead:

http://rspec.rubyforge.org/documentation/rails/install.html

Cheers,
David

Quoting [email protected]:

ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails

The above is all on one line.

CURRENT is the 1.0.8 release.

Try getting the trunk instead:

http://rspec.rubyforge.org/documentation/rails/install.html

And of course this works as you’d expect, DOH! :slight_smile:

Thanks David.

Mike B.