Sha256: 5a01b41ce38a01df169adde9e0b5a60b09711ef8cd2e0bb86282ba160db92303

Contents?: true

Size: 304 Bytes

Versions: 6

Compression:

Stored size: 304 Bytes

Contents

FactoryGirl.define do
  factory :post do
    year   1979
    month     9
    day      18
    hour     14
    minute   30
    second  "00"
    slug "test-slug"
  end

  factory :setting do
    name "test"
    content true
  end

  factory :license do
    name "License Name"
    short_code "LN"
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
homesteading_publisher-0.2.4 spec/factories.rb
homesteading_publisher-0.2.3 spec/factories.rb
homesteading_publisher-0.2.2 spec/factories.rb
homesteading_publisher-0.2.1 spec/factories.rb
homesteading_publisher-0.2.0 spec/factories.rb
homesteading_publisher-0.1.3 spec/factories.rb