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.4.00 spec/spec_helper.rb
loxxy-0.3.03 spec/spec_helper.rb
loxxy-0.3.02 spec/spec_helper.rb
loxxy-0.3.01 spec/spec_helper.rb
loxxy-0.3.00 spec/spec_helper.rb
loxxy-0.2.06 spec/spec_helper.rb
loxxy-0.2.05 spec/spec_helper.rb
loxxy-0.2.04 spec/spec_helper.rb
loxxy-0.2.03 spec/spec_helper.rb
loxxy-0.2.02 spec/spec_helper.rb
loxxy-0.2.01 spec/spec_helper.rb
loxxy-0.2.00 spec/spec_helper.rb
loxxy-0.1.17 spec/spec_helper.rb
loxxy-0.1.16 spec/spec_helper.rb
loxxy-0.1.15 spec/spec_helper.rb
loxxy-0.1.14 spec/spec_helper.rb
loxxy-0.1.13 spec/spec_helper.rb
loxxy-0.1.12 spec/spec_helper.rb
loxxy-0.1.11 spec/spec_helper.rb
loxxy-0.1.10 spec/spec_helper.rb