Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit f8a5cd6

Browse files
committed
Use spec/examples.txt instead of examples.txt.
It’s more appropriate there.
1 parent 3ad1aeb commit f8a5cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Gemfile-custom
1919
.idea
2020
bundle
2121
.rspec-local
22-
examples.txt
22+
spec/examples.txt

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def without_env_vars(*vars)
5656
end
5757

5858
RSpec.configure do |c|
59-
c.example_status_persistence_file_path = "./examples.txt"
59+
c.example_status_persistence_file_path = "./spec/examples.txt"
6060

6161
# structural
6262
c.alias_it_behaves_like_to 'it_has_behavior'

0 commit comments

Comments
 (0)