diff options
| author | Markus Reiter | 2017-10-24 21:21:34 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-24 21:21:34 +0200 |
| commit | 8be34a98f8f88e0ea304429b10350ebb64d06652 (patch) | |
| tree | 20de390c8ef4627074f9036d6cee0b2838c30c71 /Library/Homebrew/test/support | |
| parent | 632fdca2d4f2c3b82b1799bbf953a95875c87b3d (diff) | |
| parent | a99a19819c97a175c84cd6f9d56c349931a82636 (diff) | |
| download | brew-8be34a98f8f88e0ea304429b10350ebb64d06652.tar.bz2 | |
Merge pull request #3349 from reitermarkus/rubocop-0.51
Rubocop 0.51
Diffstat (limited to 'Library/Homebrew/test/support')
| -rw-r--r-- | Library/Homebrew/test/support/helper/rubocop.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Homebrew/test/support/helper/rubocop.rb b/Library/Homebrew/test/support/helper/rubocop.rb deleted file mode 100644 index 351f2ad82..000000000 --- a/Library/Homebrew/test/support/helper/rubocop.rb +++ /dev/null @@ -1,13 +0,0 @@ -module Test - module Helper - module RuboCop - def expect_offense(expected, actual) - expect(actual).to_not be_nil - expect(actual.message).to eq(expected[:message]) - expect(actual.severity).to eq(expected[:severity]) - expect(actual.line).to eq(expected[:line]) - expect(actual.column).to eq(expected[:column]) - end - end - end -end |
