Created
November 22, 2011 12:31
-
-
Save edzhelyov/1385566 to your computer and use it in GitHub Desktop.
maks birthday
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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