Skip to content

Commit

Permalink
Store failing RSpec examples for easy rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Feb 8, 2020
1 parent 3ccaec6 commit ba3ec82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
pkg
spec/examples.txt
spec/output
tmp
doc
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -78,6 +78,7 @@ def sexp(type, *children)
config.include FactoryBot::Syntax::Methods
config.include Helpers
config.include RSpec::Benchmark::Matchers
config.example_status_persistence_file_path = 'spec/examples.txt'

config.disable_monkey_patching!

Expand Down

0 comments on commit ba3ec82

Please sign in to comment.