Sha256: 0e525d36654de53f23d468c3fde0145e3c7e68b0f902b4edf06b56719d4ea336

Contents?: true

Size: 260 Bytes

Versions: 2

Compression:

Stored size: 260 Bytes

Contents

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

FactoryGirl.define do
  factory :textread, class: MegaBar::Textread do
    id 1
    field_display_id 1
    truncation 200
    truncation_format 'elipsis'
    transformation 'none'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mega_bar-0.5.2 spec/internal/factories/textread.rb
mega_bar-0.5.1 spec/internal/factories/textread.rb