Sha256: e5bdfb406f89d3406344ddd16b004d1a7cbc50e3749582ee2123ac5d740754c9

Contents?: true

Size: 327 Bytes

Versions: 19

Compression:

Stored size: 327 Bytes

Contents

require 'rspec'
require 'net/http'
require 'json'
require 'yaml'
require 'English'
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

19 entries across 19 versions & 1 rubygems

Version Path
appmap-0.39.1 spec/spec_helper.rb
appmap-0.39.0 spec/spec_helper.rb
appmap-0.38.1 spec/spec_helper.rb
appmap-0.37.2 spec/spec_helper.rb
appmap-0.37.0 spec/spec_helper.rb
appmap-0.36.0 spec/spec_helper.rb
appmap-0.35.2 spec/spec_helper.rb
appmap-0.35.1 spec/spec_helper.rb
appmap-0.35.0 spec/spec_helper.rb
appmap-0.34.5 spec/spec_helper.rb
appmap-0.34.4 spec/spec_helper.rb
appmap-0.34.2 spec/spec_helper.rb
appmap-0.34.1 spec/spec_helper.rb
appmap-0.34.0 spec/spec_helper.rb
appmap-0.33.0 spec/spec_helper.rb
appmap-0.32.0 spec/spec_helper.rb
appmap-0.31.0 spec/spec_helper.rb
appmap-0.28.1 spec/spec_helper.rb
appmap-0.28.0 spec/spec_helper.rb