aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd/style_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/cmd/style_spec.rb')
-rw-r--r--Library/Homebrew/test/cmd/style_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cmd/style_spec.rb b/Library/Homebrew/test/cmd/style_spec.rb
index 9bc8fcab1..5c118f32e 100644
--- a/Library/Homebrew/test/cmd/style_spec.rb
+++ b/Library/Homebrew/test/cmd/style_spec.rb
@@ -19,7 +19,7 @@ describe "brew style" do
it "returns RubocopResults when RuboCop reports offenses" do
formula = dir/"my-formula.rb"
- formula.write <<-'EOS'.undent
+ formula.write <<~'EOS'
class MyFormula < Formula
end