That fixed it. Thanks so much, David!
> What I believe to be the fix is now up in github. Geetarista, would you do me > a favor and update your gemfile to point to the git repos: > > gem "rspec-rails", :git => "git://github.com/rspec/rspec-rails.git" > gem "rspec-core", :git => "git://github.com/rspec/rspec-core.git" > gem "rspec-expectations", :git => > "git://github.com/rspec/rspec-expectations.git" > gem "rspec-mocks", :git => "git://github.com/rspec/rspec-mocks.git" > gem "rspec", :git => "git://github.com/rspec/rspec.git" > > Need to get all of them from git for this to work (just temporary until I get > a release out). > > Then 'bundle install' and 'rake spec' and let me know if all is well. > > Thanks, > David > _______________________________________________ > rspec-users mailing list > [email protected]http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
