-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Found and removed dead code. Please review @phiggins and @thagomizer.
- Loading branch information
Showing
4 changed files
with
0 additions
and
29 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 |
---|---|---|
|
@@ -67,14 +67,4 @@ def test_completed_talks_not_in_default_scope | |
assert talk.completed? | ||
refute_includes Talk.available, talk | ||
end | ||
|
||
def test_talk_scheduled_date | ||
talk = Talk.create!(:title => "Test Talk", | ||
:presenter => "Dude Number 1", | ||
:email => "[email protected]", | ||
:kind => "beginner", | ||
:scheduled_date => 3.months.from_now) | ||
|
||
assert talk.scheduled? | ||
end | ||
end |