Skip to content

Commit

Permalink
Silence cucumber publishing notice
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Oct 24, 2021
1 parent bd8e8b6 commit 2c647f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ YARD::Rake::YardocTask.new do |t|
end

Cucumber::Rake::Task.new(:cucumber) do |task|
task.cucumber_opts = ['--format=progress', 'features']
task.cucumber_opts = ['--format=progress', '--publish-quiet', 'features']
end

desc 'Task for running CI'
Expand Down

0 comments on commit 2c647f4

Please sign in to comment.