summaryrefslogtreecommitdiff
path: root/spec/workers/terraform/states/destroy_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/terraform/states/destroy_worker_spec.rb')
-rw-r--r--spec/workers/terraform/states/destroy_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/terraform/states/destroy_worker_spec.rb b/spec/workers/terraform/states/destroy_worker_spec.rb
index 02e79373279..7cc20e0ad5d 100644
--- a/spec/workers/terraform/states/destroy_worker_spec.rb
+++ b/spec/workers/terraform/states/destroy_worker_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Terraform::States::DestroyWorker do
+RSpec.describe Terraform::States::DestroyWorker, feature_category: :infrastructure_as_code do
let(:state) { create(:terraform_state) }
describe '#perform' do