summaryrefslogtreecommitdiff
path: root/spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb')
-rw-r--r--spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb b/spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb
index 572b7dfd0c8..602e1c1fe93 100644
--- a/spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb
+++ b/spec/migrations/clean_up_noteable_id_for_notes_on_commits_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require Rails.root.join('db', 'post_migrate', '20190313092516_clean_up_noteable_id_for_notes_on_commits.rb')
-describe CleanUpNoteableIdForNotesOnCommits, :migration do
+describe CleanUpNoteableIdForNotesOnCommits do
let(:notes) { table(:notes) }
before do