spec/spec_helper.rb in lokalise_rails-1.0.1 vs spec/spec_helper.rb in lokalise_rails-1.1.0
- old
+ new
@@ -20,13 +20,10 @@
# Configure Rails Environment
ENV['RAILS_ENV'] = 'test'
require_relative '../spec/dummy/config/environment'
-# ActiveRecord::Migrator.migrations_paths = [File.expand_path('../spec/dummy/db/migrate', __dir__)]
ENV['RAILS_ROOT'] ||= "#{File.dirname(__FILE__)}../../../spec/dummy"
-
-require 'rspec/rails'
RSpec.configure do |config|
config.include FileManager
config.include RakeUtils
config.include SpecAddons