Sha256: 988c4c6c5cc744ce005ca826f0fea0f8156e25fda0a0a92fce2253ea20d7cdd6
Contents?: true
Size: 376 Bytes
Versions: 2
Compression:
Stored size: 376 Bytes
Contents
require 'byebug' unless ENV['DEBUG'].nil? ENV['RAILS_ENV'] ||= 'test' require File.expand_path("../dummy/config/environment.rb", __FILE__) require 'rspec/rails' RSpec.configure do |config| config.mock_with :rspec config.use_transactional_fixtures = true config.infer_base_class_for_anonymous_controllers = false config.order = :random Kernel.srand config.seed end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_job_channel-0.0.2 | spec/spec_helper.rb |
active_job_channel-0.0.1 | spec/spec_helper.rb |