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