We can use an implicit subject, meaning we don't need to specify the subject (and we revert back to #it):
subject { Customer.new(:name => "Frank Reynolds") }
it { should be_valid }
We can also use an implicit subject based on the object we are describing: