Sha256: 614e1bb7313fe0cc4505afa91c558a050a6e3cb1085fff76fa862f4dad5024c7

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :tasks_taskables_image_response, aliases: [:image_response], class: 'Tasks::Taskables::Image::Response' do
    image "MyString"
    request nil
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tasuku-0.0.1 spec/factories/tasks_taskables_image_responses.rb