We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb53436 commit 92e80b5Copy full SHA for 92e80b5
spec/spec_helper.rb
@@ -13,3 +13,8 @@
13
Slack.configure do |config|
14
config.token = ENV['SLACK_API_TOKEN']
15
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