summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-08 17:59:25 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-14 00:45:08 +0100
commita802a5142a2638d71ff78a8510216942ea3b67a9 (patch)
treeb0434dfe220d9a9411e2f5b0e05efbae7a2b2d66
parent6cdf6c703e48c0f4d8cc17ca13fb7cd7c447b6d9 (diff)
downloadbundler-a802a5142a2638d71ff78a8510216942ea3b67a9.tar.gz
Fix typo
-rw-r--r--spec/commands/install_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/install_spec.rb b/spec/commands/install_spec.rb
index 394f672fef..6949eeb65f 100644
--- a/spec/commands/install_spec.rb
+++ b/spec/commands/install_spec.rb
@@ -577,7 +577,7 @@ RSpec.describe "bundle install with gem sources" do
G
end
- it "should display a helpful messag explaining how to fix it" do
+ it "should display a helpful message explaining how to fix it" do
bundle :install, :env => { "BUNDLE_RUBYGEMS__ORG" => "user:pass{word" }
expect(exitstatus).to eq(17) if exitstatus
expect(out).to eq("Please CGI escape your usernames and passwords before " \