Sha256: bf7852a01f59ecdfc4b4d26f4b70295c3b475e6cb85e97c65426daaba6489dba
Contents?: true
Size: 370 Bytes
Versions: 3
Compression:
Stored size: 370 Bytes
Contents
require "bundler/setup" require "nba_draft_2017" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nba-draft-2017-0.1.7 | spec/spec_helper.rb |
nba-draft-2017-0.1.5 | spec/spec_helper.rb |
nba-draft-2017-0.1.4 | spec/spec_helper.rb |