Skip to content

Commit

Permalink
add Gemfile for development
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jun 21, 2010
1 parent 2559e6d commit ad2af76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pkg
tmp
tags
rerun.txt
Gemfile.lock
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
gem "rake"
gem "jeweler"
gem "cucumber"
gem "aruba"
gem "autotest"
gem "rcov"
gem "mocha"
gem "rr"
gem "flexmock"
gem "rspec-expectations", :path => "../rspec-expectations"
gem "rspec-mocks", :path => "../rspec-mocks"

0 comments on commit ad2af76

Please sign in to comment.