require 'spec_helper' describe NewSupplier do subject { described_class.new } it { should_not be_persisted } end