Chris@1115: Chris@1115: require File.expand_path(File.dirname(__FILE__) + '../../../../../test/test_helper') Chris@1115: Chris@1464: class SamplePluginRoutingTest < ActionDispatch::IntegrationTest Chris@1115: def test_example Chris@1115: assert_routing( Chris@1115: { :method => 'get', :path => "/projects/1234/hello" }, Chris@1115: { :controller => 'example', :action => 'say_hello', Chris@1115: :id => '1234' } Chris@1115: ) Chris@1115: end Chris@1115: end