Sha256: 1ab776c370f3ff97df327a0dfd1f0fcf453cb7d96b9555e7f35db7f9819c0809

Contents?: true

Size: 513 Bytes

Versions: 13

Compression:

Stored size: 513 Bytes

Contents

require "pry-byebug"

SPEC_ROOT = Pathname(__dir__)
TEST_APP_NAME = "test_app".freeze

Dir[SPEC_ROOT.join("support/*.rb").to_s].each { |f| require f }

RSpec.configure do |config|
  config.disable_monkey_patching!

  config.example_status_persistence_file_path = "spec/examples.txt"

  config.filter_run :focus
  config.run_all_when_everything_filtered = true

  config.default_formatter = "doc" if config.files_to_run.one?

  config.profile_examples = 10

  config.order = :random
  Kernel.srand config.seed
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
dry-web-web_pipe-0.2.0 spec/spec_helper.rb
dry-web-roda-0.13.1 spec/spec_helper.rb
dry-web-roda-0.13.0 spec/spec_helper.rb
dry-web-web_pipe-0.1.0 spec/spec_helper.rb
dry-web-roda-0.12.0 spec/spec_helper.rb
dry-web-roda-0.11.0 spec/spec_helper.rb
dry-web-roda-0.10.0 spec/spec_helper.rb
dry-web-roda-0.9.1 spec/spec_helper.rb
dry-web-roda-0.9.0 spec/spec_helper.rb
dry-web-roda-0.8.0 spec/spec_helper.rb
dry-web-roda-0.7.5 spec/spec_helper.rb
dry-web-roda-0.7.4 spec/spec_helper.rb
dry-web-roda-0.7.3 spec/spec_helper.rb