Skip to content

Commit

Permalink
Add comment about test unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Dec 23, 2015
1 parent d0fd0f8 commit 6548f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -14,6 +14,8 @@ gem 'rspec', '~> 3.0'
gem 'rack-test', '~> 0.6.3'
gem 'sqlite3', '~> 1.3.11'
gem 'rails', "~> #{ENV["RAILS_VERSION"] || '4.2.5'}"

# for active support tests in test/ and only needed for ruby 2.2.x
gem 'test-unit', '~> 3.0'

group(:guard) do
Expand Down

0 comments on commit 6548f10

Please sign in to comment.