6 lines
89 B
Ruby
6 lines
89 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Given 'there is a person' do
|
||
|
create :initial_person
|
||
|
end
|