Sha256: 20d92638818eae96190397ef5071d9935dcddb1863285b03bb569eb4c7cc4bdb
Contents?: true
Size: 288 Bytes
Versions: 24
Compression:
Stored size: 288 Bytes
Contents
require 'factory_girl' require 'alchemy/test_support/factories/page_factory' FactoryGirl.define do factory :alchemy_cell, class: 'Alchemy::Cell' do page { Alchemy::Page.find_by(language_root: true) || FactoryGirl.create(:alchemy_page, :language_root) } name "a_cell" end end
Version data entries
24 entries across 24 versions & 1 rubygems