REFACTOR: Fixes poor class hierarchy for listing topics

- Upgrades Ember to latest
- Fixes a bunch of bugs with page titles and missing "active" states
This commit is contained in:
Robin Ward
2014-01-14 12:48:57 -05:00
committed by Régis Hanol
parent 86214989f5
commit 4981525047
178 changed files with 8441 additions and 4573 deletions

View File

@@ -29,8 +29,4 @@ describe Jobs::PeriodicalUpdates do
calculator.expects(:calculate)
end
it "refreshes hot topics" do
HotTopic.expects(:refresh!).once
end
end