On Jul 6, 8:47 pm, Yennie <[email protected]> wrote: > I have an error > Desktop/Pictographs/config/boot.rb:1:in `require': no such file to > load -- rubygems (LoadError) ./spec/functionals/user_controller_spec.rb:1:in `require': no such file to load -- ./spec/functionalsspec_helper (LoadError) => this is a problem.. does anyone know to fix it...
> > 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.

