Skip to content

Commit

Permalink
Fix formatting of configuration snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 1, 2011
1 parent b9f3365 commit e5d98ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions features/metadata/user_defined.feature
Expand Up @@ -12,9 +12,11 @@ Feature: User-defined metadata
behavior in RSpec 3) that allows you to specify metadata using just
symbols:

RSpec.configure do |c|
c.treat_symbols_as_metadata_keys_with_true_values = true
end
```ruby
RSpec.configure do |c|
c.treat_symbols_as_metadata_keys_with_true_values = true
end
```

Each symbol passed as an argument to `describe`, `context` or `it` will
be a key in the metadata hash, with a corresponding value of `true`.
Expand Down

0 comments on commit e5d98ca

Please sign in to comment.