Skip to content

Commit

Permalink
Fixes for Rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Larraz committed Oct 10, 2014
1 parent da939c2 commit 22ba77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/dummy/config/environments/test.rb
Expand Up @@ -30,7 +30,7 @@
config.action_mailer.delivery_method = :test

# Raise exception on mass assignment protection for Active Record models
config.active_record.mass_assignment_sanitizer = :strict
config.active_record.mass_assignment_sanitizer = :strict if Rails::VERSION::MAJOR < 4

# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
Expand Down
1 change: 1 addition & 0 deletions test/spec_helper.rb
Expand Up @@ -4,6 +4,7 @@
require 'rails/test_help'
require 'minitest/autorun'
require "capybara/rails"
require 'turn'

Rails.backtrace_cleaner.remove_silencers!

Expand Down

0 comments on commit 22ba77a

Please sign in to comment.