On Jun 26, 2010, at 10:38 PM, geetarista wrote: >> 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
> That fixed it. Thanks so much, David! Great. Thanks. Release coming in the next day or so. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
