Sha256: 4382b0080bfceeeeff9eb49531b58573d92bb41ff06716ce1203426b3370cca7

Contents?: true

Size: 683 Bytes

Versions: 4

Compression:

Stored size: 683 Bytes

Contents

# == Schema Information
#
# Table name: meta
#
#  id                 :integer          not null, primary key
#  g_title            :string(255)
#  g_desc             :string(255)
#  g_keywords         :string(255)
#  g_author           :string(255)
#  g_copyright        :string(255)
#  g_application_name :string(255)
#  f_title            :string(255)
#  f_type             :string(255)
#  f_image            :string(255)
#  f_url              :string(255)
#  f_desc             :string(255)
#  created_at         :datetime
#  updated_at         :datetime
#

require 'spec_helper'
module Mokio
  describe Meta do
    pending "add some examples to (or delete) #{__FILE__}"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mokio-0.0.15 spec/models/meta_spec.rb
mokio-0.0.14 spec/models/meta_spec.rb
mokio-0.0.13 spec/models/meta_spec.rb
mokio-0.0.12 spec/models/meta_spec.rb