mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 12:14:03 +00:00
8 lines
169 B
Ruby
8 lines
169 B
Ruby
FactoryGirl.define do
|
|
factory :difficulty_level do
|
|
title 'Example Difficulty Level'
|
|
description 'Lorem Ipsum dolsum'
|
|
color '#ffffff'
|
|
program
|
|
end
|
|
end
|