I have an error
Desktop/Pictographs/config/boot.rb:1:in `require': no such file to
load -- rubygems (LoadError)

but i did "rails g rspec:install" and i have a spec_helper.rb in the
spec directory..

why does it complain that missing file?

please help

Yennie

~Test File~

require 'spec/spec_helper'
describe "UsersController" do
  describe "GET Index" do
     it "should do something"do
     end
  end
end

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to