summaryrefslogtreecommitdiff
path: root/spec/commands/config_spec.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-16 15:20:02 -0700
committerAndre Arko <andre@arko.net>2015-05-16 15:20:02 -0700
commit9eef958bf531e723aa84f2334708aa3dc3feabb0 (patch)
treef3e65c424a4cd3b5124e372b70fa0d4c23ae03d5 /spec/commands/config_spec.rb
parent6506ac5419248a9426d9becd4d337375a9cd24f3 (diff)
downloadbundler-9eef958bf531e723aa84f2334708aa3dc3feabb0.tar.gz
skip config warning when new value is unchanged
Diffstat (limited to 'spec/commands/config_spec.rb')
-rw-r--r--spec/commands/config_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/config_spec.rb b/spec/commands/config_spec.rb
index dd62d11ab1..9ee4994b9e 100644
--- a/spec/commands/config_spec.rb
+++ b/spec/commands/config_spec.rb
@@ -96,7 +96,7 @@ describe ".bundle/config" do
expect(out).to eq("global")
end
- it "do not warns when using the same value twice" do
+ it "does not warn when using the same value twice" do
bundle "config --global foo value"
bundle "config --global foo value"
expect(out).not_to match(/You are replacing the current global value of foo/)