Sha256: 3662a747cc8dfe3d4c09dfbc7791483c5478359f56f4836d0a5a4114a392e2ab

Contents?: true

Size: 301 Bytes

Versions: 3

Compression:

Stored size: 301 Bytes

Contents

Fabricator(:project, class_name: Trajectory::Project) do
  archived false
  created_at DateTime.now
  estimated_velocity 20
  historic_velocity [10, 9, 12, 13, 18]
  id { sequence(:id, 1) }
  keyword 'keyword'
  updated_at DateTime.now
  completed_iterations_count 10
  completed_stories_count 42
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trajectory-0.1.2 spec/fabricators/project_fabricator.rb
trajectory-0.1.1 spec/fabricators/project_fabricator.rb
trajectory-0.1.0 spec/fabricators/project_fabricator.rb