Skip to content

Commit

Permalink
Fix multiline hash syntax (style).
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Aug 5, 2014
1 parent bdde65c commit faff748
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/unit/emeril/releaser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@
opts[:source_path] == source_path
end

Emeril::Releaser.new(:metadata => metadata, :category => category,
:source_path => source_path)
Emeril::Releaser.new(
:metadata => metadata,
:category => category,
:source_path => source_path
)
end

it "defaults :metadata to use MetadataChopper" do
Expand Down

0 comments on commit faff748

Please sign in to comment.