Fix failing tests
This commit is contained in:
parent
a1a7bb02fe
commit
d6bf09b0b8
4 changed files with 20 additions and 11 deletions
2
Gemfile
2
Gemfile
|
|
@ -35,7 +35,7 @@ gem 'simple-navigation', '~> 3.14.0' # 3.x for simple_navigation_bootstrap
|
|||
gem 'simple-navigation-bootstrap'
|
||||
gem 'ransack'
|
||||
gem 'acts_as_tree'
|
||||
gem 'rails-settings-cached'
|
||||
gem 'rails-settings-cached', '= 0.4.3' # caching breaks tests until Rails 5 https://github.com/huacnlee/rails-settings-cached/issues/73
|
||||
gem 'resque'
|
||||
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
||||
gem 'protected_attributes', '= 1.1.0' # 1.1.0 until tests work work with higher versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue