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

Commit 5ec33d6

Browse files
author
Sam Phippen
authored
Merge pull request #2531 from garybernhardt/fix_spec_name_assertion_mismatch
Fix spec name/assertion mismatch.
2 parents 6fdcbfe + d544875 commit 5ec33d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/core/runner_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def run
407407
end
408408

409409
context "when `example_status_persistence_file_path` is not configured" do
410-
it 'persists the status of all loaded examples' do
410+
it "doesn't persist example status" do
411411
config.example_status_persistence_file_path = nil
412412
run
413413
expect(ExampleStatusPersister).not_to have_received(:persist)

0 commit comments

Comments
 (0)