Sha256: 88ff3b23952650b5bfec244c9788f3ae1879ee4f1fbbbf34c24da2c29b1a5213
Contents?: true
Size: 393 Bytes
Versions: 7
Compression:
Stored size: 393 Bytes
Contents
require 'rails_helper' describe RealizeType do it 'should create realize_type' do FactoryGirl.create(:realize_type) end end # == Schema Information # # Table name: realize_types # # id :integer not null, primary key # name :string # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
7 entries across 6 versions & 2 rubygems