Skip to content

Commit

Permalink
Add m gem for single file/line testing standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jul 5, 2012
1 parent 5da4075 commit 89f1f58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Expand Up @@ -36,10 +36,11 @@ end

group :development do
gem 'bcrypt-ruby', '~> 3.0.0'
gem 'rake', '0.9.2'
gem 'mocha', '0.9.8'
gem 'shoulda', '2.10.3'
gem 'bench_press'
gem 'm'
gem 'mocha', '0.9.8'
gem 'nokogiri'
gem 'rake', '~> 0.9.2'
gem 'shoulda', '2.10.3'
end

0 comments on commit 89f1f58

Please sign in to comment.