Sha256: 02d273d4229d3d3f7efcb2f34b696cf15870770927c69d65b145ad922f7d751a

Contents?: true

Size: 417 Bytes

Versions: 53

Compression:

Stored size: 417 Bytes

Contents

# frozen_string_literal: true

require 'rspec' # Use the RSpec framework
require 'loxxy'

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = '.rspec_status'

  config.expect_with :rspec do |c|
    # Disable the `should` syntax
    c.syntax = :expect
  end

  # Display stack trace in case of failure
  config.full_backtrace = true
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
loxxy-0.0.18 spec/spec_helper.rb
loxxy-0.0.17 spec/spec_helper.rb
loxxy-0.0.16 spec/spec_helper.rb
loxxy-0.0.15 spec/spec_helper.rb
loxxy-0.0.14 spec/spec_helper.rb
loxxy-0.0.13 spec/spec_helper.rb
loxxy-0.0.12 spec/spec_helper.rb
loxxy-0.0.11 spec/spec_helper.rb
loxxy-0.0.10 spec/spec_helper.rb
loxxy-0.0.9 spec/spec_helper.rb
loxxy-0.0.8 spec/spec_helper.rb
loxxy-0.0.7 spec/spec_helper.rb
loxxy-0.0.6 spec/spec_helper.rb