Skip to content

Instantly share code, notes, and snippets.

@edzhelyov
Created November 22, 2011 12:31
Show Gist options
  • Save edzhelyov/1385566 to your computer and use it in GitHub Desktop.
Save edzhelyov/1385566 to your computer and use it in GitHub Desktop.
maks birthday
describe '#greets_maks_for_his_birthday' do
context 'on his birthday' do
it 'greets him on facebook' do
maks_birthday = Date.new(2011, 11, 22)
Date.stub(:now).and_return(maks_birthday)
greets_maks_for_his_birthday.should post_to_facebook('Хей, ЧРД, мен')
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment