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

Commit 841df69

Browse files
committed
Typo fix
1 parent 6f46e39 commit 841df69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/core/configuration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ def metadata_hash(*args)
13011301

13021302
describe "#run_all_when_everything_filtered?" do
13031303

1304-
it "defaults to nil" do
1304+
it "defaults to false" do
13051305
expect(config.run_all_when_everything_filtered?).to be(false)
13061306
end
13071307

0 commit comments

Comments
 (0)