Sha256: 2b23360f8bba0f76d3b6066e71d24e50474feafaf4e0d890e72c52009bb1a8dc

Contents?: true

Size: 314 Bytes

Versions: 6

Compression:

Stored size: 314 Bytes

Contents

include ActionDispatch::TestProcess

FactoryGirl.define do
  factory :template, class: Gaku::Template do
    name 'Roster Template'
    context 'spreadsheet'
    file { fixture_file_upload(Rails.root + '../support/sample_roster.ods', 'application/vnd.oasis.opendocument.spreadsheet') }
    locked false
  end

end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 lib/gaku/testing/factories/template_factory.rb
gaku-0.0.3 core/lib/gaku/testing/factories/template_factory.rb
gaku-0.0.2 core/lib/gaku/testing/factories/template_factory.rb
gaku_core-0.0.2 lib/gaku/testing/factories/template_factory.rb
gaku-0.0.1 core/lib/gaku/testing/factories/template_factory.rb
gaku_core-0.0.1 lib/gaku/testing/factories/template_factory.rb