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 1efab5d commit 08db4d8Copy full SHA for 08db4d8
.gitignore
@@ -2,3 +2,4 @@ tmp/*
2
!tmp/.keep
3
.yardoc
4
coverage
5
+spec/examples.txt
spec/spec_helper.rb
@@ -77,7 +77,7 @@
77
# # Allows RSpec to persist some state between runs in order to support
78
# # the `--only-failures` and `--next-failure` CLI options. We recommend
79
# # you configure your source control system to ignore this file.
80
- # config.example_status_persistence_file_path = "spec/examples.txt"
+ config.example_status_persistence_file_path = 'spec/examples.txt'
81
#
82
# # Limits the available syntax to the non-monkey patched syntax that is
83
# # recommended. For more details, see:
0 commit comments