Skip to content

Commit

Permalink
Fix hash formatting & line length (style).
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Aug 5, 2014
1 parent 5b5d3cf commit 62481d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/unit/emeril/releaser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@
end

it "defaults :category to use Category.for_coobook" do
Emeril::Category.expects(:for_cookbook).with("wakka")
Emeril::Category.expects(:for_cookbook).with("wot")

Emeril::Releaser.new({
:metadata => { :name => "wakka", :version => "1.0.0" }
})
Emeril::Releaser.new(:metadata => { :name => "wot", :version => "1.0.0" })
end

it "defaults :git_tagger to use GitTagger" do
Expand Down

0 comments on commit 62481d6

Please sign in to comment.