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