Sha256: 26b7dd2ae65647e1500162fb4efc10247ba378d890ac310ad70b441ed6199e85
Contents?: true
Size: 540 Bytes
Versions: 2
Compression:
Stored size: 540 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 # Re-run the Rails specs without re-generating the data. This is useful for efficiently enhancing and # debugging the test itself. def use_existing_data? ENV['USE_EXISTING_DATA'] == 'true' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
appmap-0.44.0 | spec/spec_helper.rb |
appmap-0.43.0 | spec/spec_helper.rb |