Skip to content

Commit

Permalink
Add minitest to gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
byronm committed Jul 12, 2013
1 parent d699d05 commit 1e3b0d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'http://rubygems.org'
gem 'colorize', '~> 0.5.8'
gem 'debugger', '~> 1.6.0'
gem 'highline', '~> 1.6.16'
gem 'minitest', '~> 5.0.6'
gem 'selenium-webdriver', '~> 2.33.0'

gem 'haml', '~> 4.0.1'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ GEM
haml (4.0.1)
tilt
highline (1.6.16)
minitest (5.0.6)
multi_json (1.7.4)
rubyzip (0.9.9)
sass (3.2.7)
Expand All @@ -34,5 +35,6 @@ DEPENDENCIES
debugger (~> 1.6.0)
haml (~> 4.0.1)
highline (~> 1.6.16)
minitest (~> 5.0.6)
sass (~> 3.2.7)
selenium-webdriver (~> 2.33.0)

0 comments on commit 1e3b0d1

Please sign in to comment.