mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Use describe for methods in specs
This commit is contained in:
committed by
Loïc Guitaut
parent
f1c3670d74
commit
296aad430a
@@ -6,7 +6,7 @@ describe ClicksController do
|
||||
let(:headers) { { REMOTE_ADDR: "192.168.0.1" } }
|
||||
let(:post_with_url) { create_post(raw: "this is a post with a link #{url}") }
|
||||
|
||||
context '#track' do
|
||||
describe '#track' do
|
||||
it "creates a TopicLinkClick" do
|
||||
sign_in(Fabricate(:user))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user