Sha256: abd1ec2e482a0613705fb6c20880dbc95a463f8de67b9b72e9b03ca0d9e7e9fd
Contents?: true
Size: 377 Bytes
Versions: 3
Compression:
Stored size: 377 Bytes
Contents
begin require 'byebug' rescue LoadError; end require 'dry-system-rails' SPEC_ROOT = Pathname(__dir__) Dir[SPEC_ROOT.join('shared/**/*.rb')].each(&method(:require)) Dir[SPEC_ROOT.join('support/**/*.rb')].each(&method(:require)) ENV['RAILS_ENV'] = 'test' require SPEC_ROOT.join('dummy/config/environment') RSpec.configure do |config| config.disable_monkey_patching! end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dry-system-rails-0.1.0 | spec/spec_helper.rb |
dry-system-rails-0.0.2 | spec/spec_helper.rb |
dry-system-rails-0.0.1 | spec/spec_helper.rb |