Sha256: 87f86d55e6ca43642cb4c98a72accdb3832cece342bab91c61e6bc569c6145b4
Contents?: true
Size: 450 Bytes
Versions: 1
Compression:
Stored size: 450 Bytes
Contents
require "bundler/setup" require "fontist" RSpec.configure do |config| # 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! # Skip the actual API calls by default config.filter_run_excluding api_call: true config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontist-0.2.0 | spec/spec_helper.rb |