Sha256: 65d68a3067f6569439d08175d7bb1f79ae865f7b8050813139ea7c9fc53603ba

Contents?: true

Size: 387 Bytes

Versions: 24

Compression:

Stored size: 387 Bytes

Contents

require 'rails_helper'

describe AgentType do
  # pending "add some examples to (or delete) #{__FILE__}"

end

# == Schema Information
#
# Table name: agent_types
#
#  id           :integer          not null, primary key
#  name         :string           not null
#  display_name :text
#  note         :text
#  position     :integer
#  created_at   :datetime
#  updated_at   :datetime
#

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
enju_biblio-0.3.1 spec/models/agent_type_spec.rb
enju_biblio-0.3.0 spec/models/agent_type_spec.rb
enju_biblio-0.3.0.rc.1 spec/models/agent_type_spec.rb
enju_biblio-0.3.0.beta.2 spec/models/agent_type_spec.rb