Sha256: da52d02590a1b24f1d89f6120891ae4662bcd00a591a7e4e2c516a1aa80763b6
Contents?: true
Size: 600 Bytes
Versions: 26
Compression:
Stored size: 600 Bytes
Contents
# frozen_string_literal: true # A basic spec_helper to be included as the starting point for extensions # # Can be required from an extension's spec/spec_helper.rb # # require 'solidus_dev_support/rspec/spec_helper' # RSpec.configure do |config| config.filter_run focus: true config.run_all_when_everything_filtered = true config.mock_with :rspec config.color = true config.fail_fast = ENV['FAIL_FAST'] || false config.order = 'random' config.raise_errors_for_deprecations! config.example_status_persistence_file_path = "./spec/examples.txt" Kernel.srand config.seed end
Version data entries
26 entries across 26 versions & 1 rubygems