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