Sha256: f59283327290fd0f2e6adfb8b6c9a12c2a13070d3417d4d3785903dce1cb9bcb
Contents?: true
Size: 382 Bytes
Versions: 2
Compression:
Stored size: 382 Bytes
Contents
require "bundler/setup" require_relative "../lib/rdb_csv.rb" 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! config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdb_csv-0.4.1 | spec/spec_helper.rb |
rdb_csv-0.4.0 | spec/spec_helper.rb |