Sha256: 66a7c513b29433a963d52a9b6bb61751dbaf6f6703e757a62eba961322aa8460
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true # Configure Rails Environment ENV['RAILS_ENV'] = 'test' require 'spec_helper' require File.expand_path('dummy/config/environment.rb', __dir__) require 'rspec/rails' Rails.backtrace_cleaner.remove_silencers! RSpec.configure do |config| config.use_transactional_fixtures = true config.infer_spec_type_from_file_location! end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
okcomputer-checks-1.1.1 | spec/rails_helper.rb |
okcomputer-checks-1.1.0 | spec/rails_helper.rb |
okcomputer-checks-1.0.0 | spec/rails_helper.rb |