Skip to content

Commit

Permalink
rubocop!!
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Dec 10, 2019
1 parent 3ef5af5 commit 95edfa8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/html-proofer/command_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ def match_command_help(config)
expect(help_output).to include(description)
end

unless matched
expect(matched).to be(true), "Could not find `#{key}` explained in README!"
end
expect(matched).to be(true), "Could not find `#{key}` explained in README!" unless matched
end
end
end

0 comments on commit 95edfa8

Please sign in to comment.