Displaying 1 result from an estimated 1 matches for "12c4a830".
Did you mean:
12.49830
2008 May 20
2
rspec fails at first run -- no such file to load -- spec/rails
Hi,
I newly downloaded rspec, rspec_on_rails and ran the command
ruby script/generate rspec
from the instructions http://rspec.info/documentation/rails/install.html
I then created the directories in spec:
controllers, fixtures, helpers, models, views
I then created the file spec/models/user_spec.rb as a spec for my model User.
(Is the convention to name the model''s spec