From b28b21fd7fec17e372f8bf0fe118c32318d44f84 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 24 Oct 2016 17:27:20 +0200 Subject: Don’t use bare percent literals. --- Library/Homebrew/test/test_exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/test_exceptions.rb') diff --git a/Library/Homebrew/test/test_exceptions.rb b/Library/Homebrew/test/test_exceptions.rb index 671b433e4..689531c6e 100644 --- a/Library/Homebrew/test/test_exceptions.rb +++ b/Library/Homebrew/test/test_exceptions.rb @@ -13,7 +13,7 @@ class ExceptionsTest < Homebrew::TestCase end def test_formula_validation_error - assert_equal %(invalid attribute for formula 'foo': sha257 ("magic")), + assert_equal %q(invalid attribute for formula 'foo': sha257 ("magic")), FormulaValidationError.new("foo", "sha257", "magic").to_s end -- cgit v1.2.3