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.
2 parents 5028bde + 90eaebe commit 65cb38aCopy full SHA for 65cb38a
spec/rspec/core/configuration_spec.rb
@@ -1300,12 +1300,11 @@ def metadata_hash(*args)
1300
end
1301
1302
describe "#run_all_when_everything_filtered?" do
1303
-
1304
it "defaults to false" do
1305
expect(config.run_all_when_everything_filtered?).to be(false)
1306
1307
1308
- it "can be queried with question method" do
+ it "can be queried by predicate method" do
1309
config.run_all_when_everything_filtered = true
1310
expect(config.run_all_when_everything_filtered?).to be(true)
1311
0 commit comments