10005: update workflow fixture name and description as well and update workbench...
[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 definition yaml'
8   end
9 end