Skip to content

Commit

Permalink
Pass array to cucumber_opts to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Mar 27, 2024
1 parent 3fc6654 commit c4edb5e
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 @@ -10,7 +10,7 @@ RSpec::Core::RakeTask.new(:spec) do |t|
end

Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "features --format progress"
t.cucumber_opts = %w[features --format progress]
end

task :default => [:spec, :features]

0 comments on commit c4edb5e

Please sign in to comment.