1 2 3 4 5 6 7 8
require 'spec_helper' describe Referential do it { should validate_presence_of(:name) } it { should validate_presence_of(:slug) } end