Sha256: 12662dcccd0778862a394dcc4839c017cbd21fdc9277111373fe45a59c251964
Contents?: true
Size: 357 Bytes
Versions: 34
Compression:
Stored size: 357 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '../../../../../test/test_helper') class SamplePluginRoutingTest < ActionDispatch::IntegrationTest def test_example assert_routing( { :method => 'get', :path => "/projects/1234/hello" }, { :controller => 'example', :action => 'say_hello', :id => '1234' } ) end end
Version data entries
34 entries across 34 versions & 1 rubygems