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

Commit f06892d

Browse files
committed
Fix example in README to be accurate.
[ci skip]
1 parent 9560970 commit f06892d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Although you probably won't ever need this unless you are writing an
123123
extension, you can access it from an example like this:
124124

125125
```ruby
126-
it "does something" do
126+
it "does something" do |example|
127127
expect(example.metadata[:description]).to eq("does something")
128128
end
129129
```

0 commit comments

Comments
 (0)