Skip to content

Commit

Permalink
Adding 'test/unit' gem for 1.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Feb 13, 2013
1 parent d5c7033 commit c8a712e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,4 +3,5 @@
*.swo
/*.rb
/*.gem
/Gemfile.lock
/coverage
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,3 +2,4 @@ source :rubygems

gem 'rake', :group => :test
gem 'simplecov', :require => false, :group => :test
gem 'test-unit', :group => :test

0 comments on commit c8a712e

Please sign in to comment.