Revision 1298:4f746d8966dd extra/sample_plugin/test/integration
| extra/sample_plugin/test/integration/routing_test.rb | ||
|---|---|---|
| 1 | 1 |
|
| 2 | 2 |
require File.expand_path(File.dirname(__FILE__) + '../../../../../test/test_helper') |
| 3 | 3 |
|
| 4 |
class SamplePluginRoutingTest < ActionController::IntegrationTest
|
|
| 4 |
class SamplePluginRoutingTest < ActionDispatch::IntegrationTest
|
|
| 5 | 5 |
def test_example |
| 6 | 6 |
assert_routing( |
| 7 | 7 |
{ :method => 'get', :path => "/projects/1234/hello" },
|
Also available in: Unified diff