Commit ab22fc4c authored by Nikola Milojevic's avatar Nikola Milojevic Committed by Sri

Add :aggregate_failures for enable_cloud_run_service spec

parent 9778f115
......@@ -23,7 +23,7 @@ RSpec.describe GoogleCloud::EnableCloudRunService do
project.save!
end
it 'enables cloud run, artifacts registry and cloud build' do
it 'enables cloud run, artifacts registry and cloud build', :aggregate_failures do
expect_next_instance_of(GoogleApi::CloudPlatform::Client) do |instance|
expect(instance).to receive(:enable_cloud_run).with('prj-prod')
expect(instance).to receive(:enable_artifacts_registry).with('prj-prod')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment