Skip to content

Commit

Permalink
Fixed JobStepDefinition tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed Dec 12, 2022
1 parent 8db173d commit 71596e4
Showing 1 changed file with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,22 +135,6 @@ Scenario: Count step definition items
When I count the step definition in the database
Then I count 10

Scenario: Count step definitions in wrong (empty) scope

Given I create 10 step definition items
Given Scope with ID 20
When I count the step definition in the database
Then I count 0

Scenario: Query for step definitions

Given Scope with ID 10
Then I create 10 step definition items
Given Scope with ID 20
Then I create 20 step definition items
When I query for step definitions in scope 10
Then I count 10

Scenario: Step definition factory sanity checks
Scenario: Step definition factory sanity checks

Given I test the sanity of the step definition factory

0 comments on commit 71596e4

Please sign in to comment.