diff options
| author | Markus Reiter | 2016-10-24 17:27:20 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-10-24 17:27:20 +0200 |
| commit | b28b21fd7fec17e372f8bf0fe118c32318d44f84 (patch) | |
| tree | cc3c1cd4edd9b264d49293af8555c95f37f7b23f /Library/Homebrew/test/test_patch.rb | |
| parent | 3f3fa4d0f7d5c28598fb7a2495d01efa35c7f7a2 (diff) | |
| download | brew-b28b21fd7fec17e372f8bf0fe118c32318d44f84.tar.bz2 | |
Don’t use bare percent literals.
Diffstat (limited to 'Library/Homebrew/test/test_patch.rb')
| -rw-r--r-- | Library/Homebrew/test/test_patch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_patch.rb b/Library/Homebrew/test/test_patch.rb index 120f0a3a5..62624720e 100644 --- a/Library/Homebrew/test/test_patch.rb +++ b/Library/Homebrew/test/test_patch.rb @@ -119,7 +119,7 @@ class ExternalPatchTests < Homebrew::TestCase end def test_inspect - assert_equal %(#<ExternalPatch: :p1 "file:///my.patch">), @p.inspect + assert_equal '#<ExternalPatch: :p1 "file:///my.patch">', @p.inspect end def test_cached_download |
