Fix `SocialHelper::BlueskyMethods` spec

This commit is contained in:
Andreas Nedbal 2024-03-01 21:09:55 +01:00 committed by Andreas Nedbal
parent a59e873e75
commit f87d5c4a43
1 changed files with 2 additions and 0 deletions

View File

@ -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 }