Skip to content

Commit

Permalink
Remove redundant braces
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored committed Jul 21, 2015
1 parent 4ae17e3 commit 9332bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/whos_dated_who/parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module WhosDatedWho

statuses.each do |human, status|
expect(
parser.send(:parse_relationship_status, {human: human})
parser.send(:parse_relationship_status, human: human)
).to eq(status)
end
end
Expand Down

0 comments on commit 9332bd3

Please sign in to comment.