Skip to content

Instantly share code, notes, and snippets.

@ukstudio
Created August 16, 2011 06:47
Show Gist options
  • Save ukstudio/1148558 to your computer and use it in GitHub Desktop.
Save ukstudio/1148558 to your computer and use it in GitHub Desktop.
require 'date'
describe Date do
it do
Date.stub(:today) { 'today' }
Date.today.should == 'today'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment