1 2 3 4 5 6 7
require 'spec_helper' describe Approval do subject { create(:approval) } it { should be_valid } end