spec/spec_helper.rb in appmap-0.78.0 vs spec/spec_helper.rb in appmap-0.79.0

- old
+ new

@@ -11,9 +11,10 @@ require 'appmap' RSpec.configure do |config| config.example_status_persistence_file_path = "tmp/rspec_failed_examples.txt" + config.profile_examples = true 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?