Sha256: 915f74b8e9d336730e0d698babb9ec8118d5a70e32202d64cb211dc7b7f654bb
Contents?: true
Size: 494 Bytes
Versions: 1
Compression:
Stored size: 494 Bytes
Contents
# frozen_string_literal: true require "ostruct" require "time" require "rspec-grape-entity" require_relative "support/user_entity" require_relative "support/test_entity" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-grape-entity-0.1.0 | spec/spec_helper.rb |