I have a shared context
我有一个共享的上下文
shared_context :current_country do
let!(:country) { create :country, slug: "kw" } unless Country.find_by(slug: "kw").present?
end
shared_cI have a shared context
我有一个共享的上下文
shared_context :current_country do
let!(:country) { create :country, slug: "kw" } unless Country.find_by(slug: "kw").present?
end
shared_c