Approval workflow edit action replaced with show

This commit is contained in:
Karel Picman 2014-04-08 14:28:41 +02:00
parent 6058a737e4
commit a1259250ee

View File

@ -123,10 +123,10 @@ class DmsfWorkflowsControllerTest < RedmineDmsf::Test::TestCase
assert_template 'new'
end
def test_edit
get :edit, :id => @wf1.id
def test_show
get :show, :id => @wf1.id
assert_response :success
assert_template 'edit'
assert_template 'show'
end
def test_create