~cytrogen/masto-fe

ref: 3a2a15c6ea4d4603469861ed9be09da12a122e45 masto-fe/spec/fabricators/session_activation_fabricator.rb -rw-r--r-- 128 bytes
3a2a15c6 — Matt Jankowski Use `build` where possible in fabricators (#25360) 2 years ago
                                                                                
1
2
3
4
5
6
# frozen_string_literal: true

Fabricator(:session_activation) do
  user { Fabricate.build(:user) }
  session_id 'MyString'
end