# -*- 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 not null # display_name :text # alpha_2 :string # alpha_3 :string # numeric_3 :string # note :text # position :integer #