Sha256: 3011194433bb77afcddf73b75796010577f2621e1b05a2b37c031b575b894eae
Contents?: true
Size: 443 Bytes
Versions: 67
Compression:
Stored size: 443 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
67 entries across 67 versions & 1 rubygems