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