aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
diff options
context:
space:
mode:
authorBoggs <hello@boggs.xyz>2016-06-29 08:19:22 +0800
committerBoggs <hello@boggs.xyz>2016-06-29 08:19:22 +0800
commite2a392ded8f2074be61a0408473c57036d4ba44d (patch)
tree6f72d5961b2ecb7f208a08a705be1798673a1b6e /spec/other
parentfa19434a2100732b829f6327b3112c0f732705dd (diff)
downloadbundler-e2a392ded8f2074be61a0408473c57036d4ba44d.tar.gz
Remove `\n` from warning
Added warning for `bundle` call Remove TODO
Diffstat (limited to 'spec/other')
-rw-r--r--spec/other/trampoline_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/trampoline_spec.rb b/spec/other/trampoline_spec.rb
index 87f41431..3d90b45a 100644
--- a/spec/other/trampoline_spec.rb
+++ b/spec/other/trampoline_spec.rb
@@ -146,7 +146,7 @@ The error was:
ENV["BUNDLER_VERSION"] = "1.12.0"
bundle! "install"
expect(out).to include(<<-WARN.strip)
-You're running Bundler #{Bundler::VERSION} but this project uses #{ENV["BUNDLER_VERSION"]}. To update, run `bundle update --bundler`.\n
+You're running Bundler #{Bundler::VERSION} but this project uses #{ENV["BUNDLER_VERSION"]}. To update, run `bundle update --bundler`.
WARN
end
end