aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-02 23:05:36 -0700
committerAndre Arko <andre@arko.net>2015-05-02 23:05:36 -0700
commitad9d535ce808f33b5329bf052abd84d19a5178d6 (patch)
tree78cc8debcb5bd3b399d788ce47ad31e8a3809a66 /spec
parenta5107e400555217d90b0abda9e72f9140aed4410 (diff)
parentaf5db3362bbaf509cf095e9c128f442715c64168 (diff)
downloadbundler-ad9d535ce808f33b5329bf052abd84d19a5178d6.tar.gz
Merge tag 'v1.8.9' into 1-9-stable
Version 1.8.9 Conflicts: CHANGELOG.md lib/bundler/version.rb
Diffstat (limited to 'spec')
-rw-r--r--spec/commands/config_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/commands/config_spec.rb b/spec/commands/config_spec.rb
index f12a844c..cd1f23e4 100644
--- a/spec/commands/config_spec.rb
+++ b/spec/commands/config_spec.rb
@@ -258,6 +258,9 @@ E
"here is quite a long string that will wrap to a second line but will not be " \
"surrounded by quotes"
end
+ let(:long_string_without_special_characters) do
+ "here is quite a long string that will wrap to a second line but will not be surrounded by quotes"
+ end
it "doesn't wrap values" do
bundle "config foo #{long_string}"