Skip to content

Commit f7b9276

Browse files
committed
Use CUCUMBER_PLUGIN_PUBLISH_ENABLED name as in cucumber-jvm
1 parent e6f5e8b commit f7b9276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/cucumber/formatter/publish_banner_printer.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(configuration)
2222
],
2323
[
2424
'Environment variable: ',
25-
['CUCUMBER_PUBLISH_ENABLED=true', :cyan]
25+
['CUCUMBER_PLUGIN_PUBLISH_ENABLED=true', :cyan]
2626
],
2727
'',
2828
[

Diff for: spec/cucumber/formatter/publish_banner_printer_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module Formatter
2828
│ Share your Cucumber Report with your team at https://reports.cucumber.io │
2929
│ │
3030
│ Command line option: --publish │
31-
│ Environment variable: CUCUMBER_PUBLISH_ENABLED=true
31+
│ Environment variable: CUCUMBER_PLUGIN_PUBLISH_ENABLED=true │
3232
│ │
3333
│ More information at https://reports.cucumber.io/docs/cucumber-ruby │
3434
│ │

0 commit comments

Comments
 (0)