Sha256: 4316b5a9c5feec123a6df18eb38628ed2512cf8af388ad71b3ce74a040d23413

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

require 'rspec'
require 'net/http'
require 'json'
require 'yaml'
require 'English'
require 'webdrivers/chromedriver'
require 'appmap'

RSpec.configure do |config|
  config.example_status_persistence_file_path = "tmp/rspec_failed_examples.txt"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
appmap-0.27.0 spec/spec_helper.rb
appmap-0.26.1 spec/spec_helper.rb
appmap-0.26.0 spec/spec_helper.rb
appmap-0.25.2 spec/spec_helper.rb