Skip to content

Commit

Permalink
Fix typo by adding a space to a code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrodist committed Aug 15, 2016
1 parent d9d7b4f commit d2453ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/example_groups/shared_examples.feature
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Feature: shared examples
and require files in that directory from `spec/spec_helper.rb`:

```ruby
Dir["./spec/support/**/*.rb"].sort.each { |f| require f}
Dir["./spec/support/**/*.rb"].sort.each { |f| require f }
```

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

0 comments on commit d2453ee

Please sign in to comment.