Sha256: c969f3451494bfc91312ad51e2a6016dffcace29bbaae01a822a904c0845568c
Contents?: true
Size: 536 Bytes
Versions: 5
Compression:
Stored size: 536 Bytes
Contents
# frozen_string_literal: true require "vectory" require "tmpdir" require "rspec/matchers" require "equivalent-xml" Dir["./spec/support/**/*.rb"].sort.each { |file| require file } RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = ".rspec_status" config.include Vectory::Helper # 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
vectory-0.4.2 | spec/spec_helper.rb |
vectory-0.4.1 | spec/spec_helper.rb |
vectory-0.4.0 | spec/spec_helper.rb |
vectory-0.3.0 | spec/spec_helper.rb |
vectory-0.2.0 | spec/spec_helper.rb |