6 lines
82 B
Ruby
6 lines
82 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryGirl.define do
|
|
factory :star do
|
|
end
|
|
end
|