summaryrefslogtreecommitdiff
path: root/spec/migrations/remove_security_dashboard_feature_flag_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/remove_security_dashboard_feature_flag_spec.rb')
-rw-r--r--spec/migrations/remove_security_dashboard_feature_flag_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/remove_security_dashboard_feature_flag_spec.rb b/spec/migrations/remove_security_dashboard_feature_flag_spec.rb
index 77363aebfe6..fea7fe01cc7 100644
--- a/spec/migrations/remove_security_dashboard_feature_flag_spec.rb
+++ b/spec/migrations/remove_security_dashboard_feature_flag_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-require Rails.root.join('db', 'post_migrate', '20200214034836_remove_security_dashboard_feature_flag.rb')
+require_migration!
RSpec.describe RemoveSecurityDashboardFeatureFlag do
let(:feature_gates) { table(:feature_gates) }