Sha256: 1c1480695409c08eb040cb29c1faa9172b56b6442b00ae8c27a2da6ee616c63a
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
Contents
# frozen_string_literal: true # This file is copied to spec/ when you run 'rails generate rspec:install' ENV['RAILS_ENV'] ||= 'test' require File.expand_path('dummy/config/environment', __dir__) require 'rspec/rails' require 'rspec/active_model/mocks' RSpec.configure do |config| # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false # instead of true. config.use_transactional_fixtures = true # RSpec Rails can automatically mix in different behaviours to your tests # based on their file location, for example enabling you to call `get` and # `post` in specs under `spec/controllers`. # # You can disable this behaviour by removing the line below, and instead # explicitly tag your specs with their type, e.g.: # # RSpec.describe UsersController, :type => :controller do # # ... # end # # The different available types are documented in the features, such as in # https://relishapp.com/rspec/rspec-rails/docs config.infer_spec_type_from_file_location! end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
demingfactor-paper_trail_manager-0.7.3 | spec/rails_helper.rb |
paper_trail_manager_rails_5-0.7.2 | spec/rails_helper.rb |
paper_trail_manager_rails_5-0.7.1 | spec/rails_helper.rb |