test/test_create: fix rubocop style.
This commit is contained in:
parent
776785459b
commit
0c472ea6d9
@ -7,6 +7,6 @@ class IntegrationCommandTestCreate < IntegrationCommandTestCase
|
|||||||
|
|
||||||
formula_file = CoreTap.new.formula_dir/"testball.rb"
|
formula_file = CoreTap.new.formula_dir/"testball.rb"
|
||||||
assert formula_file.exist?, "The formula source should have been created"
|
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
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user