diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-11 11:58:32 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-11 11:58:32 +0100 |
commit | 5132e9aa7e161aad91544340703e8e3ba6aea8f3 (patch) | |
tree | 9b5b66938029bad167614c5dcb19b208b671c929 /spec/helpers/link_to_helper_spec.rb | |
parent | 3897c8528cac11584f4fdbd95cf1649e36eea6bf (diff) |
changes to get tests to pass with IZ fork and new routing-filter gem
Diffstat (limited to 'spec/helpers/link_to_helper_spec.rb')
-rw-r--r-- | spec/helpers/link_to_helper_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/helpers/link_to_helper_spec.rb b/spec/helpers/link_to_helper_spec.rb index 401c324fe..aae00c298 100644 --- a/spec/helpers/link_to_helper_spec.rb +++ b/spec/helpers/link_to_helper_spec.rb @@ -7,6 +7,7 @@ describe LinkToHelper do describe 'when creating a url for a request' do before do + ActionController::Routing::Routes.filters.clear @mock_request = mock_model(InfoRequest, :url_title => 'test_title') end @@ -20,4 +21,4 @@ describe LinkToHelper do end -end
\ No newline at end of file +end |