Sha256: 428af6265f42b89edb29363f44775539fd30900a070c78ba99c9ff1a1a0f5c05

Contents?: true

Size: 258 Bytes

Versions: 4

Compression:

Stored size: 258 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tasuku-1.1.0 spec/factories/tasuku_taskables_image_responses.rb
tasuku-1.0.1 spec/factories/tasuku_taskables_image_responses.rb
tasuku-0.1.1 spec/factories/tasuku_taskables_image_responses.rb
tasuku-0.1.0 spec/factories/tasuku_taskables_image_responses.rb