Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
Add Gemfile for running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Eckardt committed Jan 8, 2013
1 parent 74e84c5 commit b8946cc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
@@ -0,0 +1,8 @@
source 'https://rubygems.org'

group :test do
gem 'heroku'
gem 'rr'
gem 'rake'
gem 'rspec'
end
40 changes: 40 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,40 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.2)
diff-lcs (1.1.3)
excon (0.16.7)
heroku (2.33.0)
heroku-api (~> 0.3.5)
launchy (>= 0.3.2)
netrc (~> 0.7.7)
rest-client (~> 1.6.1)
rubyzip
heroku-api (0.3.6)
excon (~> 0.16.7)
launchy (2.1.2)
addressable (~> 2.3)
mime-types (1.19)
netrc (0.7.7)
rake (10.0.3)
rest-client (1.6.7)
mime-types (>= 1.16)
rr (1.0.4)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
rubyzip (0.9.9)

PLATFORMS
ruby

DEPENDENCIES
heroku
rake
rr
rspec

0 comments on commit b8946cc

Please sign in to comment.