Sha256: 55fd71974e55c18c3a7c9de09f68d951eb717fed7803892d2569d42c5b655dc2

Contents?: true

Size: 537 Bytes

Versions: 6

Compression:

Stored size: 537 Bytes

Contents

require "bundler/setup"
require "tomosia_icon8_crawl"

RSpec.configure do |config|

   config.treat_symbols_as_metadata_keys_with_true_values = true
   config.run_all_when_everything_filtered = true
   config.filter_run :focus
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = ".rspec_status"

  # Disable RSpec exposing methods globally on `Module` and `main`
  config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tomosia_icon8_crawl-0.1.8 spec/spec_helper.rb
tomosia_icon8_crawl-0.1.7 spec/spec_helper.rb
tomosia_icon8_crawl-0.1.6 spec/spec_helper.rb
tomosia_icon8_crawl-0.1.5 spec/spec_helper.rb
tomosia_icon8_crawl-0.1.4 spec/spec_helper.rb
tomosia_icon8_crawl-0.1.3 spec/spec_helper.rb