Skip to content

Commit

Permalink
Update RSpec dependency
Browse files Browse the repository at this point in the history
Specs don't work with rspec-mocks 2.12.0 due to an issue with
setting expectations on `.decorate` - rspec/rspec-mocks#206
  • Loading branch information
haines committed Dec 22, 2012
1 parent 2483927 commit 7628d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draper.gemspec
Expand Up @@ -22,7 +22,8 @@ Gem::Specification.new do |s|

s.add_development_dependency 'ammeter'
s.add_development_dependency 'rake', '~> 0.9.2'
s.add_development_dependency 'rspec', '~> 2.10'
s.add_development_dependency 'rspec', '~> 2.12'
s.add_development_dependency 'rspec-mocks', '>= 2.12.1'
s.add_development_dependency 'yard'
s.add_development_dependency 'minitest-rails', '~> 0.2'
s.add_development_dependency 'minitest', '~> 3.0' if RUBY_PLATFORM == "java"
Expand Down

0 comments on commit 7628d40

Please sign in to comment.