Closed AdrianFlorian closed 10 years ago
Ok, turns out the issue popped up because I've updated some specs which had something like:
failed_advert.exception_message.should == exception.message
failed_advert.exception_class.should == exception.class.name
failed_advert.from_rescraper.should == true
failed_advert.last_seen_at.should == time
Since this is something not recommended by rspec, I think the warning is valid. I'm closing this
It does not seem to work with this synthax:
I'm getting