mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:09:53 +01:00
Fix SocialHelper::BlueskyMethods
spec
This commit is contained in:
parent
a59e873e75
commit
f87d5c4a43
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue