#32 Add get circle statuses test
This commit is contained in:
parent
af62d7f96a
commit
60241d9b72
3 changed files with 49 additions and 1 deletions
6
spec/fabricators/circle_status_fabricator.rb
Normal file
6
spec/fabricators/circle_status_fabricator.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:circle_status) do
|
||||
circle { Fabricate.build(:circle) }
|
||||
status { Fabricate.build(:status) }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue