Sha256: e88a73796f4a652ee9f77ca4b4c6c5622aefa797ef2ab36398f52521b6a61c2b

Contents?: true

Size: 344 Bytes

Versions: 6

Compression:

Stored size: 344 Bytes

Contents

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

# Disable default initialization of AppMap
ENV['APPMAP_INITIALIZE'] = 'false'

require 'appmap'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
appmap-0.42.1 spec/spec_helper.rb
appmap-0.42.0 spec/spec_helper.rb
appmap-0.41.2 spec/spec_helper.rb
appmap-0.41.1 spec/spec_helper.rb
appmap-0.41.0 spec/spec_helper.rb
appmap-0.40.0 spec/spec_helper.rb