Skip to content

Commit

Permalink
Fix up invocation count on test steps test
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Dec 24, 2024
1 parent 629ad66 commit 0eeb2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cucumber/core/compiler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def envelope(*); end
it 'produces test steps' do
compile(gherkin_documents_with_examples) do |visitor|
allow(visitor).to receive(:done)
expect(visitor).to receive(:test_step).exactly(6).times
expect(visitor).to receive(:test_step).exactly(9).times
end
end

Expand Down

0 comments on commit 0eeb2ad

Please sign in to comment.