Mercurial > hg > soundsoftware-site
view .svn/pristine/6d/6d3d8dfed27856a76e41a252f404513d7b64d5b0.svn-base @ 1581:ae8043b014c7 dockerise
Updates, fixes, and tidying to scripted deployment stuff
author | Chris Cannam |
---|---|
date | Tue, 15 Aug 2017 13:33:56 +0100 |
parents | 261b3d9a4903 |
children |
line wrap: on
line source
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