summaryrefslogtreecommitdiff
path: root/spec/commands/licenses_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/commands/licenses_spec.rb')
-rw-r--r--spec/commands/licenses_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/licenses_spec.rb b/spec/commands/licenses_spec.rb
index 21fd8eaf2f..423921e282 100644
--- a/spec/commands/licenses_spec.rb
+++ b/spec/commands/licenses_spec.rb
@@ -12,7 +12,7 @@ RSpec.describe "bundle licenses" do
it "prints license information for all gems in the bundle" do
bundle "licenses"
- expect(err).to include("bundler: Unknown")
+ expect(out).to include("bundler: MIT")
expect(out).to include("with_license: MIT")
end