Fixed issue where pull request #1846 changes were
not merged to master.
This commit is contained in:
@@ -20,6 +20,7 @@ Dir['spec/support/*.rb'].each do |f|
|
||||
end
|
||||
|
||||
ENV['RACK_ENV'] ||= 'test'
|
||||
ARGV = []
|
||||
|
||||
ActiveRecord::Base.logger = nil
|
||||
OTR::ActiveRecord.migrations_paths = [File.join('core', 'main', 'ar-migrations')]
|
||||
@@ -33,6 +34,8 @@ end
|
||||
RSpec.configure do |config|
|
||||
config.disable_monkey_patching!
|
||||
config.bisect_runner = :shell
|
||||
config.order = :random
|
||||
Kernel.srand config.seed
|
||||
config.include Rack::Test::Methods
|
||||
config.expect_with :rspec do |c|
|
||||
c.syntax = :expect
|
||||
|
||||
Reference in New Issue
Block a user