Sha256: 540108de3c5adaf3260e3e2fd4ddb5f6e174c8afb85fb3fc35b5e5519132ab9b
Contents?: true
Size: 312 Bytes
Versions: 14
Compression:
Stored size: 312 Bytes
Contents
FactoryBot.define do factory :cmor_system_changelog, class: 'Cmor::System::Changelog' do sequence(:id) { |i| "changelog_#{i}" } sequence(:name) { |i| "changelog_#{i}" } version { "1.0.0" } file { Cmor::System::Engine.root.join(*%w(spec files cmor system changelog file example.md)) } end end
Version data entries
14 entries across 14 versions & 1 rubygems