Skip to content

Commit

Permalink
use this actually
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Aug 24, 2020
1 parent 8a9a8dc commit 1f47b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoulda/matchers/util/word_wrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Matchers
module WordWrap
TERMINAL_WIDTH = 72

def word_wrap(document, **options)
def word_wrap(document, options = {})
Document.new(document, **options).wrap
end
end
Expand Down

0 comments on commit 1f47b5f

Please sign in to comment.