Sha256: ef7eb1e49ef1cfd55b343c63a8ee3c6fd8cf2826fb6654795666e0a07e35c70d
Contents?: true
Size: 380 Bytes
Versions: 2
Compression:
Stored size: 380 Bytes
Contents
require 'simplecov' RSpec.configure do |config| config.filter_run :focus config.run_all_when_everything_filtered = true config.order = :random Kernel.srand config.seed config.expect_with :rspec do |expectations| expectations.syntax = :expect end config.mock_with :rspec do |mocks| mocks.syntax = :expect mocks.verify_partial_doubles = true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sprockets_relative_url-1.0.0 | spec/spec_helper.rb |
sprockets_relative_url-0.0.1 | spec/spec_helper.rb |