Add rspec 2 as a dev only dependency

This commit is contained in:
Scott Taylor 2011-05-02 21:36:33 -04:00
parent fa612b194b
commit b556f7ba24
2 changed files with 20 additions and 0 deletions

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
group :development do
gem 'rspec'
end

17
Gemfile.lock Normal file
View File

@ -0,0 +1,17 @@
GEM
specs:
diff-lcs (1.1.2)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
PLATFORMS
ruby
DEPENDENCIES
rspec