Skip to content

Commit

Permalink
Fix indent (#843)
Browse files Browse the repository at this point in the history
## Description
Indent of `end` is different from that of accompanying `it` clause.
So I fixed it.
  • Loading branch information
nard-tech authored and codebycliff committed Feb 22, 2019
1 parent 472dd9e commit b1974a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/draper/decoratable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Draper

expect(decorator).to be_a ProductDecorator
expect(decorator.object).to be product
end
end

it "accepts context" do
context = {some: "context"}
Expand Down

0 comments on commit b1974a8

Please sign in to comment.