Skip to content

Commit 92e80b5

Browse files
committed
Track failed examples.
1 parent eb53436 commit 92e80b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/spec_helper.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
Slack.configure do |config|
1414
config.token = ENV['SLACK_API_TOKEN']
1515
end
16+
17+
RSpec.configure do |config|
18+
# Enable flags like --only-failures and --next-failure
19+
config.example_status_persistence_file_path = ".rspec_status"
20+
end

0 commit comments

Comments
 (0)