Sha256: 52f362c433d0c64b6ba65123035be8fa7575b0663f29e46a82561f941689e92b
Contents?: true
Size: 441 Bytes
Versions: 19
Compression:
Stored size: 441 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe Country do #pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: countries # # id :integer not null, primary key # name :string(255) not null # display_name :text # alpha_2 :string(255) # alpha_3 :string(255) # numeric_3 :string(255) # note :text # position :integer #
Version data entries
19 entries across 19 versions & 1 rubygems