Skip to content

Commit

Permalink
upgrade rspec to 2.12.x
Browse files Browse the repository at this point in the history
* it supports stubbing constants, expects { }, etc.
  • Loading branch information
Michal Cichra committed Feb 25, 2013
1 parent 3cbc35b commit 18a0682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formtastic.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|

s.add_dependency(%q<actionpack>, [">= 3.0"])

s.add_development_dependency(%q<rspec-rails>, ["~> 2.8.0"])
s.add_development_dependency(%q<rspec-rails>, ["~> 2.12.0"])
s.add_development_dependency(%q<rspec_tag_matchers>, [">= 1.0.0"])
s.add_development_dependency(%q<hpricot>, ["~> 0.8.3"])
s.add_development_dependency(%q<BlueCloth>) # for YARD
Expand Down

0 comments on commit 18a0682

Please sign in to comment.