I followed the directions on the site:

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

And apparently everything was ok. But when I do a "rake spec" on the app folder 
none of the Rails models are visible. Here is the error:

(in C:/Projects/Rails/Workspace/MPS)
./spec/report_class_spec.rb:4: uninitialized constant ReportClass (NameError)

I just have this on report_class_spec.rb:

describe ReportClass, '#new' do
end

ReportClass was already created on app/models. When I add the following line at 
the top of the file it complains about ActiveRecord (uninitialized constant)

require File.dirname(__FILE__) + '/../app/models/report_class'

Thanks in advance,

Daniel




      Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to