Skip to content

Commit 89f1f58

Browse files
committed
Add m gem for single file/line testing standard.
1 parent 5da4075 commit 89f1f58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Gemfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ end
3636

3737
group :development do
3838
gem 'bcrypt-ruby', '~> 3.0.0'
39-
gem 'rake', '0.9.2'
40-
gem 'mocha', '0.9.8'
41-
gem 'shoulda', '2.10.3'
4239
gem 'bench_press'
40+
gem 'm'
41+
gem 'mocha', '0.9.8'
4342
gem 'nokogiri'
43+
gem 'rake', '~> 0.9.2'
44+
gem 'shoulda', '2.10.3'
4445
end
4546

0 commit comments

Comments
 (0)