Skip to content

Commit

Permalink
[#238] Flag to fail Cucumber tests in case of missing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Feb 1, 2024
1 parent 4e4fe39 commit 53b9be5
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 @@ -74,7 +74,7 @@ end

require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = 'features'
t.cucumber_opts = %w[features --strict-undefined]
Rake::Cleaner.cleanup_files(['coverage'])
end
Cucumber::Rake::Task.new(:'features:html') do |t|
Expand Down

0 comments on commit 53b9be5

Please sign in to comment.