Merge branch 'origin-3609-arv-run' into master closes #3609
[arvados.git] / apps / workbench / test / controllers / pipeline_instances_controller_test.rb
index 718b5c4b0561569afb2e4dc0c9bf0741032ed8dd..b518b077bcf212582756ef0bce79394151fe061d 100644 (file)
@@ -38,21 +38,6 @@ class PipelineInstancesControllerTest < ActionController::TestCase
     assert_equal 6, determine_wallclock_runtime(r)
   end
 
-
-  class RequestDuck
-    def self.host
-      "localhost"
-    end
-
-    def self.port
-      8080
-    end
-
-    def self.protocol
-      "http"
-    end
-  end
-
   test "generate graph" do
 
     use_token 'admin'