Sha256: 0d2e024873f78fb467e06ec97591e72275ec1bc5086f7f073e0dd6f654cc8c09

Contents?: true

Size: 133 Bytes

Versions: 8

Compression:

Stored size: 133 Bytes

Contents

FactoryGirl.define do
  factory :question_group, class: Helena::QuestionGroup do
    sequence(:title)  { |n| "Page #{n}" }
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
helena-1.1.0 spec/factories/helena/question_groups.rb
helena-1.0.3 spec/factories/helena/question_groups.rb
helena-1.0.2 spec/factories/helena/question_groups.rb
helena-1.0.1 spec/factories/helena/question_groups.rb
helena-1.0.0.rc4 spec/factories/helena/question_groups.rb
helena-1.0.0.rc3 spec/factories/helena/question_groups.rb
helena-1.0.0.rc2 spec/factories/helena/question_groups.rb
helena-1.0.0.rc1 spec/factories/helena/question_groups.rb