summaryrefslogtreecommitdiff
path: root/spec/bundler/lock/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/lock/git_spec.rb')
-rw-r--r--spec/bundler/lock/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/lock/git_spec.rb b/spec/bundler/lock/git_spec.rb
index 1c1f6fa93d..ac3d10223c 100644
--- a/spec/bundler/lock/git_spec.rb
+++ b/spec/bundler/lock/git_spec.rb
@@ -28,7 +28,7 @@ RSpec.describe "bundle lock with git gems" do
gem 'foo', :git => "#{lib_path("foo-1.0")}", :branch => "bad"
G
- bundle "lock --update foo", :raise_on_error => false
+ bundle "lock --update foo", :env => { "LANG" => "en" }, :raise_on_error => false
expect(err).to include("Revision bad does not exist in the repository")
end