test/test_helper.rb in aranha-0.6.0 vs test/test_helper.rb in aranha-0.7.0

- old
+ new

@@ -1,12 +1,12 @@ # frozen_string_literal: true # Configure Rails Environment ENV['RAILS_ENV'] = 'test' -require File.expand_path('../test/dummy/config/environment.rb', __dir__) +require File.expand_path('../spec/support/rails_apps/config/environment.rb', __dir__) ActiveRecord::Migrator.migrations_paths = [ - File.expand_path('../test/dummy/db/migrate', __dir__) + File.expand_path('../spec/support/rails_app/db/migrate', __dir__) ] require 'rails/test_help' # Filter out Minitest backtrace while allowing backtrace from other libraries # to be shown.