Commit fb48ecc5d959d74b753ba16dc9caa108f70a767b
1 parent
661d4188
Exists in
master
and in
21 other branches
Load jrails the right way
This fixes a bunch of tests for me
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
Gemfile
| ... | ... | @@ -18,7 +18,7 @@ gem 'exception_notification', '~> 4.0.1' |
| 18 | 18 | gem 'gettext', '~> 2.2.1', :require => false, :group => :development |
| 19 | 19 | gem 'locale', '~> 2.0.5' |
| 20 | 20 | gem 'whenever', :require => false |
| 21 | -gem 'eita-jrails' | |
| 21 | +gem 'eita-jrails', :require => false | |
| 22 | 22 | |
| 23 | 23 | group :production do |
| 24 | 24 | gem 'dalli', '~> 2.7.0' | ... | ... |
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +require 'jrails' | ... | ... |