Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinko committed May 12, 2011
1 parent b0161c7 commit a530faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/metadata/user_defined.feature
Expand Up @@ -68,12 +68,12 @@ Feature: User-defined metadata
Given a file named "override_metadata_spec.rb" with:
"""
describe "a group with user-defined metadata", :foo => 'bar' do
it 'can be overriden by an example', :foo => 'bazz' do
it 'can be overridden by an example', :foo => 'bazz' do
example.metadata[:foo].should == 'bazz'
end
describe "a sub-group with an override", :foo => 'goo' do
it 'can be overriden by a sub-group' do
it 'can be overridden by a sub-group' do
example.metadata[:foo].should == 'goo'
end
end
Expand Down

0 comments on commit a530faf

Please sign in to comment.