Sha256: 3e0cbe098c0d0f0c12395e3c08a933d8c0db162115181ba94c36f7c484038052

Contents?: true

Size: 120 Bytes

Versions: 26

Compression:

Stored size: 120 Bytes

Contents

FactoryGirl.define do
  factory :ticket do
    project
    type "Bug"
    number 1
    summary "Test summary"
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
houston-core-0.9.2 test/factories/ticket_factory.rb
houston-core-0.9.1 test/factories/ticket_factory.rb
houston-core-0.9.0 test/factories/ticket_factory.rb
houston-core-0.9.0.rc1 test/factories/ticket_factory.rb
houston-core-0.8.4 test/factories/ticket_factory.rb
houston-core-0.8.3 test/factories/ticket_factory.rb
houston-core-0.8.2 test/factories/ticket_factory.rb
houston-core-0.8.1 test/factories/ticket_factory.rb
houston-core-0.8.0 test/factories/ticket_factory.rb
houston-core-0.8.0.pre2 test/factories/ticket_factory.rb
houston-core-0.8.0.pre test/factories/ticket_factory.rb
houston-core-0.7.0 test/factories/ticket_factory.rb
houston-core-0.7.0.beta4 test/factories/ticket_factory.rb
houston-core-0.7.0.beta3 test/factories/ticket_factory.rb
houston-core-0.7.0.beta2 test/factories/ticket_factory.rb
houston-core-0.7.0.beta test/factories/ticket_factory.rb
houston-core-0.6.3 test/factories/ticket_factory.rb
houston-core-0.6.2 test/factories/ticket_factory.rb
houston-core-0.6.1 test/factories/ticket_factory.rb
houston-core-0.6.0 test/factories/ticket_factory.rb