Sha256: 48d66a691e1ed589f8bb3fec88a6b1eac059d4cae525646ee5ccc367e8eb2e33

Contents?: true

Size: 228 Bytes

Versions: 4

Compression:

Stored size: 228 Bytes

Contents

# This file will be copied into the dummy app so we can seed that app with
# some basic testable data

require "factory_girl"

FactoryGirl.factories.collect(&:name).inspect

FactoryGirl.create_list(:project_with_milestones, 8)

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
datashift-0.40.1 spec/dummy/db/seeds.rb
datashift-0.40.1 spec/fixtures/db/seeds.rb
datashift-0.40.0 spec/dummy/db/seeds.rb
datashift-0.40.0 spec/fixtures/db/seeds.rb