Sha256: fba5f354a6f3ad2dfeabacb712cd31ce24f921ea6f95c44a573d777ef981dc4a
Contents?: true
Size: 278 Bytes
Versions: 58
Compression:
Stored size: 278 Bytes
Contents
FactoryGirl.define do factory :my_theme, class: PublishMyData::Theme do initialize_with { new(uri) } label 'My Theme' comment 'A test theme' slug "my-theme" ignore do uri { "http://#{PublishMyData.local_domain}/def/theme/my_theme" } end end end
Version data entries
58 entries across 58 versions & 1 rubygems