diff options
| author | Mike McQuaid | 2016-09-27 13:02:07 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-27 13:02:07 +0100 |
| commit | 0c472ea6d9a5f96775c52d484064dddb871043e7 (patch) | |
| tree | 8fd6fa7b4962616669f948aea98c133529f59722 /Library | |
| parent | 776785459be67096efd0331c2d69f6133ab18dff (diff) | |
| download | brew-0c472ea6d9a5f96775c52d484064dddb871043e7.tar.bz2 | |
test/test_create: fix rubocop style.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_create.rb b/Library/Homebrew/test/test_create.rb index b30e85547..bb1a2cd2a 100644 --- a/Library/Homebrew/test/test_create.rb +++ b/Library/Homebrew/test/test_create.rb @@ -7,6 +7,6 @@ class IntegrationCommandTestCreate < IntegrationCommandTestCase formula_file = CoreTap.new.formula_dir/"testball.rb" assert formula_file.exist?, "The formula source should have been created" - assert_match %(sha256 "#{TESTBALL_SHA256}"), formula_file.read + assert_match %Q(sha256 "#{TESTBALL_SHA256}"), formula_file.read end end |
