describe “it should not allow start dates in the past” do
Deal.new.should be_valid
end
end
That above fails. I’m running rspec 2.1.0. Any ideas what could be
wrong? I’m searched the list and unfortunately haven’t found anything
similar. Is it that rspec-rails isn’t being loaded correctly? All my
controller specs work just fine.