upgraded rails to 4.2 and dependencies. except rubocop

This commit is contained in:
raluka 2015-11-05 16:07:14 +01:00
parent 28e55f3f50
commit 48db99389e
16 changed files with 407 additions and 293 deletions

View file

@ -79,6 +79,7 @@ RSpec.configure do |config|
config.include Flash, type: :feature
config.include Sidebar, type: :view
config.include Devise::TestHelpers, type: :view
config.include Capybara::DSL
# As we start from scratch in April 2014, let's forbid the old :should syntax
config.expect_with :rspec do |c|