diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-13 16:21:41 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-14 12:46:23 -0300 |
commit | 4c16791f355c74f8e6ad916e67fd4ae81efbf708 (patch) | |
tree | 4d0bac9dddd90c1b7ffaea3f309e79c0b7468154 /actionpack/test/abstract_unit.rb | |
parent | cc1c4acc8eeee4287627b1d184d7d04a22eddb27 (diff) | |
download | rails-4c16791f355c74f8e6ad916e67fd4ae81efbf708.tar.gz rails-4c16791f355c74f8e6ad916e67fd4ae81efbf708.tar.bz2 rails-4c16791f355c74f8e6ad916e67fd4ae81efbf708.zip |
Add ActionController::HTTP
More info http://edgeguides.rubyonrails.org/api_app.html
[Carlos Antonio da Silva & Santiago Pastorino]
Diffstat (limited to 'actionpack/test/abstract_unit.rb')
-rw-r--r-- | actionpack/test/abstract_unit.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index b1a5356ddd..a05a816b71 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -293,6 +293,10 @@ module ActionController end end + class HTTP + include SharedTestRoutes.url_helpers + end + class TestCase include ActionDispatch::TestProcess |