]> git.arvados.org - arvados.git/blob - apps/workbench/test/controllers/workflows_controller_test.rb
9043: Use match_uuid_with_optional_filepath instead of hardcoded uuid regex.
[arvados.git] / apps / workbench / test / controllers / workflows_controller_test.rb
1 require 'test_helper'
2
3 class WorkflowsControllerTest < ActionController::TestCase
4   test "index" do
5     get :index, {}, session_for(:active)
6     assert_response :success
7     assert_includes @response.body, 'Valid workflow with no workflow yaml'
8   end
9 end