Sha256: 6a44b60ef1c302aa90816bf80960bc7fc118a4027969dc43fdad12a7fdfc4b40
Contents?: true
Size: 279 Bytes
Versions: 5
Compression:
Stored size: 279 Bytes
Contents
require 'bundler/setup' require 'covered/rspec' require "utopia" RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = ".rspec_status" config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
utopia-2.8.1 | spec/spec_helper.rb |
utopia-2.8.0 | spec/spec_helper.rb |
utopia-2.7.0 | spec/spec_helper.rb |
utopia-2.6.0 | spec/spec_helper.rb |
utopia-2.5.5 | spec/spec_helper.rb |