Fix `SocialHelper::BlueskyMethods` spec
This commit is contained in:
parent
a59e873e75
commit
f87d5c4a43
|
@ -3,6 +3,8 @@
|
|||
require "rails_helper"
|
||||
|
||||
describe SocialHelper::BlueskyMethods, type: :helper do
|
||||
include SocialHelper::TwitterMethods
|
||||
|
||||
let(:user) { FactoryBot.create(:user) }
|
||||
let(:question_content) { "q" * 255 }
|
||||
let(:answer_content) { "a" * 255 }
|
||||
|
|
Loading…
Reference in New Issue