[rspec-users] Failing View Spec, rspec-rails 2.2.1
David Chelimsky
dchelimsky at gmail.com
Thu Dec 9 10:31:55 EST 2010
On Dec 9, 2010, at 8:57 AM, Sid W. wrote:
> David Chelimsky wrote in post #967419:
>> This is a regression that was introduced by an enhancement in
>> rspec-mocks-2.2. It has been reported, identified, and fixed, but not
>> yet released:
>>
>> https://github.com/rspec/rspec-rails/issues/closed#issue/266
>>
>> I'll try to get an rspec-rails-2.2.2 release out this weekend with
>> this fix. In the mean time, you can point your Gemfile to the branch
>> on github and get the fix right now:
>>
>> gem "rspec-rails", :git => "git://github.com/rspec/rspec-rails",
>> :branch => "2-2-maintenance"
>>
>> HTH,
>> David
>
> It appears that the fix you mention is in master not 2-2-maintenance.
> Due to RSpec 2.3 dependancies I've added the following to my Gemfile
>
> gem 'rspec', :git => 'git://github.com/rspec/rspec.git'
> gem 'rspec-expectations', :git =>
> 'git://github.com/rspec/rspec-expectations.git'
> gem 'rspec-core', :git => 'git://github.com/rspec/rspec-core.git'
> gem 'rspec-mocks', :git => 'git://github.com/rspec/rspec-mocks.git'
> gem 'rspec-rails', :git => 'git://github.com/rspec/rspec-rails'
>
> Unfortunately, the same error persists. :(
I cherry-picked the commit onto the 2-2-maintenance branch. Please try again with only rspec-rails coming from git.
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
More information about the rspec-users
mailing list