Skip to content

Commit

Permalink
Added rspec to Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
marano committed Sep 21, 2010
1 parent 3e527f1 commit 210b35e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
@@ -1,3 +1,8 @@
source 'http://rubygems.org'

gem 'sinatra'

group :test do
gem 'rspec', '>= 2.0.0.beta.17'
end

0 comments on commit 210b35e

Please sign in to comment.