summaryrefslogtreecommitdiff
path: root/spec/services/deployments/create_for_build_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/deployments/create_for_build_service_spec.rb')
-rw-r--r--spec/services/deployments/create_for_build_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/deployments/create_for_build_service_spec.rb b/spec/services/deployments/create_for_build_service_spec.rb
index 38d94580512..a2e1acadcc1 100644
--- a/spec/services/deployments/create_for_build_service_spec.rb
+++ b/spec/services/deployments/create_for_build_service_spec.rb
@@ -41,7 +41,7 @@ RSpec.describe Deployments::CreateForBuildService do
end
context 'when the corresponding environment does not exist' do
- let!(:environment) { }
+ let!(:environment) {}
it 'does not create a deployment record' do
expect { subject }.not_to change { Deployment.count }