Skip to content

Commit

Permalink
Moved test-unit out of dev/test Gemfile group to address issue runnin…
Browse files Browse the repository at this point in the history
…g console on heroku
  • Loading branch information
jamiefolsom committed May 10, 2017
1 parent 02a2c5e commit 0631fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ gem 'acts-as-taggable-on'
# enable CORS, for use in CFRP data-essays
gem 'rack-cors', :require => 'rack/cors'

gem 'test-unit', '~> 3.0'

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem 'test-unit', '~> 3.0'
gem 'capybara'
# gem 'autotest'
# gem 'autotest-growl'
Expand Down

0 comments on commit 0631fda

Please sign in to comment.