summaryrefslogtreecommitdiff
path: root/spec/migrations/20200313203550_remove_orphaned_chat_names_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/20200313203550_remove_orphaned_chat_names_spec.rb')
-rw-r--r--spec/migrations/20200313203550_remove_orphaned_chat_names_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/20200313203550_remove_orphaned_chat_names_spec.rb b/spec/migrations/20200313203550_remove_orphaned_chat_names_spec.rb
index fd30ebaa66f..d9ce62fe475 100644
--- a/spec/migrations/20200313203550_remove_orphaned_chat_names_spec.rb
+++ b/spec/migrations/20200313203550_remove_orphaned_chat_names_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require Rails.root.join('db', 'post_migrate', '20200313203550_remove_orphaned_chat_names.rb')
-describe RemoveOrphanedChatNames, schema: 20200313202430 do
+RSpec.describe RemoveOrphanedChatNames, schema: 20200313202430 do
let(:projects) { table(:projects) }
let(:namespaces) { table(:namespaces) }
let(:services) { table(:services) }