+ Upgrades our code to a recent rspec

This commit is contained in:
Kaspar Schiess 2010-12-30 13:46:06 +01:00
parent 36904e208a
commit 9a0da07f73
4 changed files with 7 additions and 7 deletions

View file

@ -5,6 +5,6 @@ gem 'hoe-git'
group :development do
gem 'metaid'
gem 'rspec'
gem 'rspec', '~> 2.0'
gem 'flexmock'
end