Skip to content

Commit

Permalink
Adds step for empty ProcessManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Sep 5, 2023
1 parent bc671c5 commit 45d135e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/corgibytes/freshli/commons/step_definitions/grpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ def expanded_paths_from(doc_string, project_path)
expect([@process_manifest_result]).to eq(expected_paths)
end

Then('the ProcessManifest response is empty') do
expect(@process_manifest_result).to be_empty
end

When('I call RetrieveReleaseHistory with {string} on port {int}') do |package_url, port|
@retrieve_release_history_results = GrpcClient.new(port).retrieve_release_history(package_url)
end
Expand Down

0 comments on commit 45d135e

Please sign in to comment.