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

Commit 4f05d41

Browse files
committed
Restore trivial example
1 parent 841df69 commit 4f05d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/clear_examples.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Feature: Running specs multiple times with different runner options in the same
3434
RSpec.describe "truth" do
3535
describe true do
3636
it "is truthy" do
37-
expect(true).to be(true)
37+
expect(true).to be_truthy
3838
end
3939
4040
it "is not falsy" do
@@ -48,7 +48,7 @@ Feature: Running specs multiple times with different runner options in the same
4848
end
4949
5050
it "is truthy" do
51-
expect(false).not_to be(true)
51+
expect(false).not_to be_truthy
5252
end
5353
end
5454
end

0 commit comments

Comments
 (0)