From 5132e9aa7e161aad91544340703e8e3ba6aea8f3 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Mon, 11 Jul 2011 11:58:32 +0100 Subject: changes to get tests to pass with IZ fork and new routing-filter gem --- spec/controllers/track_controller_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/controllers/track_controller_spec.rb') diff --git a/spec/controllers/track_controller_spec.rb b/spec/controllers/track_controller_spec.rb index 8076d40c2..0a8919268 100644 --- a/spec/controllers/track_controller_spec.rb +++ b/spec/controllers/track_controller_spec.rb @@ -43,6 +43,8 @@ describe TrackController, "when sending alerts for a track" do end it "should send alerts" do + # Don't do clever locale-insertion-unto-URL stuff + ActionController::Routing::Routes.filters.clear # set the time the comment event happened at to within the last week ire = info_request_events(:silly_comment_event) ire.created_at = Time.now - 3.days -- cgit v1.2.3