city_spec.rb
450 Bytes
# Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved.
require 'spec_helper'
describe City do
pending "add some examples to (or delete) #{__FILE__}"
end
# == Schema Information
#
# Table name: cities
#
# id :integer(4) not null, primary key
# state_id :integer(4)
# uf :string(255)
# name :string(255)
# created_at :datetime not null
# updated_at :datetime not null
#