Sha256: 9c6d357bbffe913a91612b0975669305ae4c0d58188a1b7ae2e68a898d2f804c
Contents?: true
Size: 428 Bytes
Versions: 9
Compression:
Stored size: 428 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rails_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 #
Version data entries
9 entries across 8 versions & 2 rubygems