diff options
Diffstat (limited to 'spec/bundler/ui/shell_spec.rb')
-rw-r--r-- | spec/bundler/ui/shell_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/ui/shell_spec.rb b/spec/bundler/ui/shell_spec.rb index 022fa22a9c..b33cddab86 100644 --- a/spec/bundler/ui/shell_spec.rb +++ b/spec/bundler/ui/shell_spec.rb @@ -40,7 +40,7 @@ RSpec.describe Bundler::UI::Shell do end context "when stderr flag is enabled" do - before { bundle "config stderr true" } + before { bundle "config error_on_stderr true" } it "prints to stderr" do expect { subject.error("error!!!") }.to output("\e[31merror!!!\e[0m").to_stderr end |