summaryrefslogtreecommitdiff
path: root/spec/migrations/create_environment_for_self_monitoring_project_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/create_environment_for_self_monitoring_project_spec.rb')
-rw-r--r--spec/migrations/create_environment_for_self_monitoring_project_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/create_environment_for_self_monitoring_project_spec.rb b/spec/migrations/create_environment_for_self_monitoring_project_spec.rb
index aee0651dee0..1ba464f1610 100644
--- a/spec/migrations/create_environment_for_self_monitoring_project_spec.rb
+++ b/spec/migrations/create_environment_for_self_monitoring_project_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require Rails.root.join('db', 'post_migrate', '20200214214934_create_environment_for_self_monitoring_project')
-describe CreateEnvironmentForSelfMonitoringProject do
+RSpec.describe CreateEnvironmentForSelfMonitoringProject do
let(:application_settings_table) { table(:application_settings) }
let(:environments) { table(:environments) }