Commit a6423fab9d0ace1ec5c7d113c969ddf418f0e249

Authored by Leandro Santos
1 parent 6c92e2ca

rails3: Fix FeedWriterTest unit tests

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/feed_writer.rb
1 1 class FeedWriter
2 2  
3   - include ActionController::UrlWriter
  3 + include Rails.application.routes.url_helpers
4 4  
5 5 def write(articles, options = {})
6 6 result = ""
... ...