mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: Use proper wording for contexts in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
02987e05d5
commit
3eaac56797
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe HasSearchData do
|
||||
context "belongs to its model" do
|
||||
describe "belongs to its model" do
|
||||
before do
|
||||
DB.exec("create temporary table model_items(id SERIAL primary key)")
|
||||
DB.exec("create temporary table model_item_search_data(model_item_id int primary key, search_data tsvector, raw_data text, locale text)")
|
||||
|
Reference in New Issue
Block a user