rspec file is newer than
Posted by Jason Noble on 09/10/2009 in rspec simple_matcher custom_matcher be_newer_than | ∞
My pair and I were working on implementing LessCSS at work this week and we ran into an interesting problem. We wanted to write RSpec tests that would figure out if the .less file was newer than the .css file, and if so provide a good error message. We discussed this with Hosh and he […]