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

Version Path
enju_biblio-0.2.3 spec/models/realize_type_spec.rb
enju_biblio-0.2.2 spec/models/realize_type_spec.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.0/spec/models/realize_type_spec.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.1/spec/models/realize_type_spec.rb
enju_biblio-0.2.1 spec/models/realize_type_spec.rb
enju_biblio-0.2.0 spec/models/realize_type_spec.rb
enju_biblio-0.2.0.beta.4 spec/models/realize_type_spec.rb