20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / test / controllers / workflows_controller_test.rb
diff --git a/apps/workbench/test/controllers/workflows_controller_test.rb b/apps/workbench/test/controllers/workflows_controller_test.rb
deleted file mode 100644 (file)
index 14db731..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-require 'test_helper'
-
-class WorkflowsControllerTest < ActionController::TestCase
-  test "index" do
-    get :index, {}, session_for(:active)
-    assert_response :success
-    assert_includes @response.body, 'Valid workflow with no definition yaml'
-  end
-end