Sha256: 5461aa71f026fe7e8bb4fffe90d1a9f40b805fedbccf73a83a4389f779d05c6b

Contents?: true

Size: 519 Bytes

Versions: 3

Compression:

Stored size: 519 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

3 entries across 3 versions & 1 rubygems

Version Path
tomosia_icon8_crawl-0.1.2 spec/spec_helper.rb
tomosia_icon8_crawl-0.1.1 spec/spec_helper.rb
tomosia_icon8_crawl-0.1.0 spec/spec_helper.rb