Sha256: 4f3b5a083d5e386be9d7d33beb4984fdac72573727e3ab2ee4d95e5a6c45a30f

Contents?: true

Size: 374 Bytes

Versions: 9

Compression:

Stored size: 374 Bytes

Contents

require "bundler/setup"
require "ruby/identitas/api"

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

9 entries across 9 versions & 1 rubygems

Version Path
ruby-identitas-api-0.8.0 spec/spec_helper.rb
ruby-identitas-api-0.7.1 spec/spec_helper.rb
ruby-identitas-api-0.7.0 spec/spec_helper.rb
ruby-identitas-api-0.6.0 spec/spec_helper.rb
ruby-identitas-api-0.5.0 spec/spec_helper.rb
ruby-identitas-api-0.4.0 spec/spec_helper.rb
ruby-identitas-api-0.3.0 spec/spec_helper.rb
ruby-identitas-api-0.2.0 spec/spec_helper.rb
ruby-identitas-api-0.1.0 spec/spec_helper.rb