Sha256: 08dd36da0b0598df048a9ae2db95c0e0ffa444b352a19f42763b9a0f46fd90b3

Contents?: true

Size: 110 Bytes

Versions: 11

Compression:

Stored size: 110 Bytes

Contents

FactoryGirl.define do
  factory :project do
    team { Team.first }
    name "Test"
    slug "test"
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
houston-core-0.9.2 test/factories/project_factory.rb
houston-core-0.9.1 test/factories/project_factory.rb
houston-core-0.9.0 test/factories/project_factory.rb
houston-core-0.9.0.rc1 test/factories/project_factory.rb
houston-core-0.8.4 test/factories/project_factory.rb
houston-core-0.8.3 test/factories/project_factory.rb
houston-core-0.8.2 test/factories/project_factory.rb
houston-core-0.8.1 test/factories/project_factory.rb
houston-core-0.8.0 test/factories/project_factory.rb
houston-core-0.8.0.pre2 test/factories/project_factory.rb
houston-core-0.8.0.pre test/factories/project_factory.rb