Sha256: b985731563e104b60ee5324310bff8ffe9b5cfe68894365de7fae8a754bcb4ba

Contents?: true

Size: 381 Bytes

Versions: 6

Compression:

Stored size: 381 Bytes

Contents

require 'bundler/setup'
require_relative "../lib/ecma-re-validator"

RSpec.configure do |config|
  # Use color in STDOUT
  config.color = true

  # Use color not only in STDOUT but also in pagers and files
  config.tty = true

  # Use the specified formatter
  config.formatter = :documentation # :progress, :html, :textmate

  # Run in a random order
  config.order = :random
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ecma-re-validator-0.3.0 spec/spec_helper.rb
ecma-re-validator-0.2.1 spec/spec_helper.rb
ecma-re-validator-0.2.0 spec/spec_helper.rb
ecma-re-validator-0.1.2 spec/spec_helper.rb
ecma-re-validator-0.1.1 spec/spec_helper.rb
ecma-re-validator-0.1.0 spec/spec_helper.rb