-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vinicius Gomes
committed
Jan 2, 2012
1 parent
10a02d9
commit 5dbd209
Showing
5 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,12 @@ | |
empty.email.should be_eql '' | ||
empty.friends.each{|f| f.should be_eql ''} | ||
end | ||
|
||
it 'should be able to render itself as string' do | ||
sabella = Nightclubber.new 'Filipe Sabella', '[email protected]', ['Marano', 'Pedro'] | ||
sabella.to_s.should match( | ||
/\d\d\/\d\d\/\d\d\d\d \d\d:\d\d[AP]M - Filipe Sabella \([email protected]\) with Marano, Pedro/) | ||
end | ||
|
||
end | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
- the task subscribe doesn't make sense right now because I would like to trigger it from my localbox in eventual situations, like when there is a party for the current week which was added after monday. so that I could just point to the production database. | ||
- consider: get to the party and subscribe everybody X take each one to all parties | ||
|
||
- task to be run by heroku every monday | ||
- task to be run by me | ||
|
||
- acceptance specs |