aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/language/python_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/language/python_spec.rb')
-rw-r--r--Library/Homebrew/test/language/python_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/language/python_spec.rb b/Library/Homebrew/test/language/python_spec.rb
index 02f6bf8d2..d384ce602 100644
--- a/Library/Homebrew/test/language/python_spec.rb
+++ b/Library/Homebrew/test/language/python_spec.rb
@@ -41,7 +41,7 @@ describe Language::Python::Virtualenv::Virtualenv do
"--no-binary", ":all:", "--ignore-installed", "foo", "bar")
.and_return(true)
- subject.pip_install <<-EOS.undent
+ subject.pip_install <<~EOS
foo
bar
EOS