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

Commit

Permalink
Fixed curly brace spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Sep 19, 2013
1 parent 2a79744 commit 78d9bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/metadata/user_defined.feature
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Feature: User-defined metadata
end
describe "has an #its example with metadata" do
subject{ "foo" }
subject { "foo" }
its :to_s, :foo => 42 do |example|
example.metadata[:foo].should eq(42)
end
Expand Down

0 comments on commit 78d9bab

Please sign in to comment.