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

Commit b54e2a1

Browse files
authored
Merge pull request #2310 from Nitrodist/mc/fix-typo
Fix typo by adding a space to a code example
2 parents d9d7b4f + d2453ee commit b54e2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/example_groups/shared_examples.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Feature: shared examples
7676
and require files in that directory from `spec/spec_helper.rb`:
7777

7878
```ruby
79-
Dir["./spec/support/**/*.rb"].sort.each { |f| require f}
79+
Dir["./spec/support/**/*.rb"].sort.each { |f| require f }
8080
```
8181

8282
Historically, this was included in the generated `spec/spec_helper.rb` file in

0 commit comments

Comments
 (0)