Skip to content

Commit 08db4d8

Browse files
committed
dev(test): keep track of failed examples
1 parent 1efab5d commit 08db4d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ tmp/*
22
!tmp/.keep
33
.yardoc
44
coverage
5+
spec/examples.txt

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# # Allows RSpec to persist some state between runs in order to support
7878
# # the `--only-failures` and `--next-failure` CLI options. We recommend
7979
# # you configure your source control system to ignore this file.
80-
# config.example_status_persistence_file_path = "spec/examples.txt"
80+
config.example_status_persistence_file_path = 'spec/examples.txt'
8181
#
8282
# # Limits the available syntax to the non-monkey patched syntax that is
8383
# # recommended. For more details, see:

0 commit comments

Comments
 (0)