Skip to content

Commit

Permalink
Added rspec and rack-test to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgotterer committed Aug 10, 2012
1 parent 5117e20 commit 8fb1ff1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ group :development, :test do
gem 'rb-fsevent'
gem 'growl'
gem 'json'

gem 'rspec'
gem 'rack-test', :require => "rack/test"
end

0 comments on commit 8fb1ff1

Please sign in to comment.