[ARVADOS] updated: 1cb10e779a249bf82b0cf846a8976815da44eaa3

git at public.curoverse.com git at public.curoverse.com
Thu Jan 16 15:59:52 EST 2014


Summary of changes:
 .../test/fixtures/api_client_authorizations.yml    |   11 -----
 apps/workbench/test/fixtures/authorized_keys.yml   |   11 -----
 apps/workbench/test/fixtures/collections.yml       |   11 -----
 apps/workbench/test/fixtures/groups.yml            |   11 -----
 apps/workbench/test/fixtures/humans.yml            |   11 -----
 apps/workbench/test/fixtures/job_tasks.yml         |   11 -----
 apps/workbench/test/fixtures/jobs.yml              |   11 -----
 apps/workbench/test/fixtures/links.yml             |   11 -----
 apps/workbench/test/fixtures/logs.yml              |   11 -----
 apps/workbench/test/fixtures/nodes.yml             |   11 -----
 .../workbench/test/fixtures/pipeline_instances.yml |   11 -----
 .../workbench/test/fixtures/pipeline_templates.yml |   11 -----
 apps/workbench/test/fixtures/repositories.yml      |   11 -----
 apps/workbench/test/fixtures/specimens.yml         |   11 -----
 apps/workbench/test/fixtures/traits.yml            |   11 -----
 apps/workbench/test/fixtures/users.yml             |   11 -----
 apps/workbench/test/fixtures/virtual_machines.yml  |   11 -----
 .../api_client_authorizations_controller_test.rb   |    3 -
 .../functional/authorized_keys_controller_test.rb  |    3 -
 .../test/functional/collections_controller_test.rb |    3 -
 .../test/functional/groups_controller_test.rb      |    3 -
 .../test/functional/humans_controller_test.rb      |    3 -
 .../test/functional/job_tasks_controller_test.rb   |    3 -
 .../test/functional/jobs_controller_test.rb        |    3 -
 .../test/functional/links_controller_test.rb       |    3 -
 .../test/functional/logs_controller_test.rb        |    3 -
 .../test/functional/nodes_controller_test.rb       |   45 --------------------
 .../pipeline_instances_controller_test.rb          |    3 -
 .../pipeline_templates_controller_test.rb          |    3 -
 .../functional/repositories_controller_test.rb     |    3 -
 .../test/functional/sessions_controller_test.rb    |    3 -
 .../test/functional/specimens_controller_test.rb   |    3 -
 .../test/functional/traits_controller_test.rb      |    3 -
 .../test/functional/users_controller_test.rb       |    3 -
 .../functional/virtual_machines_controller_test.rb |    3 -
 .../api/app/controllers/application_controller.rb  |    2 +-
 36 files changed, 1 insertions(+), 284 deletions(-)
 delete mode 100644 apps/workbench/test/fixtures/api_client_authorizations.yml
 delete mode 100644 apps/workbench/test/fixtures/authorized_keys.yml
 delete mode 100644 apps/workbench/test/fixtures/collections.yml
 delete mode 100644 apps/workbench/test/fixtures/groups.yml
 delete mode 100644 apps/workbench/test/fixtures/humans.yml
 delete mode 100644 apps/workbench/test/fixtures/job_tasks.yml
 delete mode 100644 apps/workbench/test/fixtures/jobs.yml
 delete mode 100644 apps/workbench/test/fixtures/links.yml
 delete mode 100644 apps/workbench/test/fixtures/logs.yml
 delete mode 100644 apps/workbench/test/fixtures/nodes.yml
 delete mode 100644 apps/workbench/test/fixtures/pipeline_instances.yml
 delete mode 100644 apps/workbench/test/fixtures/pipeline_templates.yml
 delete mode 100644 apps/workbench/test/fixtures/repositories.yml
 delete mode 100644 apps/workbench/test/fixtures/specimens.yml
 delete mode 100644 apps/workbench/test/fixtures/traits.yml
 delete mode 100644 apps/workbench/test/fixtures/users.yml
 delete mode 100644 apps/workbench/test/fixtures/virtual_machines.yml

       via  1cb10e779a249bf82b0cf846a8976815da44eaa3 (commit)
       via  2b5dcd8efb8b050fbadf38ec4d682c748ad29866 (commit)
      from  8077e894a1f48e526c05ccf5cff22cfaae85ba69 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1cb10e779a249bf82b0cf846a8976815da44eaa3
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Jan 16 12:57:40 2014 -0800

    Fix "ignore client-provided values for protected auditing attributes"
    
    (Broken by 976a754dc7fceee767322ae964c287b63595211f)

diff --git a/services/api/app/controllers/application_controller.rb b/services/api/app/controllers/application_controller.rb
index 989f9f5..c2a117b 100644
--- a/services/api/app/controllers/application_controller.rb
+++ b/services/api/app/controllers/application_controller.rb
@@ -212,7 +212,7 @@ class ApplicationController < ActionController::Base
       raise ArgumentError.new(message)
     end
     %w(created_at modified_by_client_uuid modified_by_user_uuid modified_at).each do |x|
-      @attrs.delete x
+      @attrs.delete x.to_sym
     end
     @attrs
   end

commit 2b5dcd8efb8b050fbadf38ec4d682c748ad29866
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Jan 16 09:12:52 2014 -0800

    Remove boilerplate comments and unused test fixtures.
    
    refs #1696

diff --git a/apps/workbench/test/fixtures/api_client_authorizations.yml b/apps/workbench/test/fixtures/api_client_authorizations.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/api_client_authorizations.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/authorized_keys.yml b/apps/workbench/test/fixtures/authorized_keys.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/authorized_keys.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/collections.yml b/apps/workbench/test/fixtures/collections.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/collections.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/groups.yml b/apps/workbench/test/fixtures/groups.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/groups.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/humans.yml b/apps/workbench/test/fixtures/humans.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/humans.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/job_tasks.yml b/apps/workbench/test/fixtures/job_tasks.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/job_tasks.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/jobs.yml b/apps/workbench/test/fixtures/jobs.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/jobs.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/links.yml b/apps/workbench/test/fixtures/links.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/links.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/logs.yml b/apps/workbench/test/fixtures/logs.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/logs.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/nodes.yml b/apps/workbench/test/fixtures/nodes.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/nodes.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/pipeline_instances.yml b/apps/workbench/test/fixtures/pipeline_instances.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/pipeline_instances.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/pipeline_templates.yml b/apps/workbench/test/fixtures/pipeline_templates.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/pipeline_templates.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/repositories.yml b/apps/workbench/test/fixtures/repositories.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/repositories.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/specimens.yml b/apps/workbench/test/fixtures/specimens.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/specimens.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/traits.yml b/apps/workbench/test/fixtures/traits.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/traits.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/users.yml b/apps/workbench/test/fixtures/users.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/users.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/fixtures/virtual_machines.yml b/apps/workbench/test/fixtures/virtual_machines.yml
deleted file mode 100644
index c63aac0..0000000
--- a/apps/workbench/test/fixtures/virtual_machines.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
-
-# This model initially had no columns defined.  If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-#  column: value
diff --git a/apps/workbench/test/functional/api_client_authorizations_controller_test.rb b/apps/workbench/test/functional/api_client_authorizations_controller_test.rb
index 3803b8e..0a99a6a 100644
--- a/apps/workbench/test/functional/api_client_authorizations_controller_test.rb
+++ b/apps/workbench/test/functional/api_client_authorizations_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class ApiClientAuthorizationsControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/authorized_keys_controller_test.rb b/apps/workbench/test/functional/authorized_keys_controller_test.rb
index a48e303..6654101 100644
--- a/apps/workbench/test/functional/authorized_keys_controller_test.rb
+++ b/apps/workbench/test/functional/authorized_keys_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class AuthorizedKeysControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/collections_controller_test.rb b/apps/workbench/test/functional/collections_controller_test.rb
index 2cbaf8d..f4a02c1 100644
--- a/apps/workbench/test/functional/collections_controller_test.rb
+++ b/apps/workbench/test/functional/collections_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class CollectionsControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/groups_controller_test.rb b/apps/workbench/test/functional/groups_controller_test.rb
index c098166..cdbb5d5 100644
--- a/apps/workbench/test/functional/groups_controller_test.rb
+++ b/apps/workbench/test/functional/groups_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class ProjectsControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/humans_controller_test.rb b/apps/workbench/test/functional/humans_controller_test.rb
index ae2b79d..2a8b7b8 100644
--- a/apps/workbench/test/functional/humans_controller_test.rb
+++ b/apps/workbench/test/functional/humans_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class HumansControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/job_tasks_controller_test.rb b/apps/workbench/test/functional/job_tasks_controller_test.rb
index 593b09d..c8089b0 100644
--- a/apps/workbench/test/functional/job_tasks_controller_test.rb
+++ b/apps/workbench/test/functional/job_tasks_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class JobTasksControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/jobs_controller_test.rb b/apps/workbench/test/functional/jobs_controller_test.rb
index ac43b3d..609e58c 100644
--- a/apps/workbench/test/functional/jobs_controller_test.rb
+++ b/apps/workbench/test/functional/jobs_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class JobsControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/links_controller_test.rb b/apps/workbench/test/functional/links_controller_test.rb
index ec39c56..b3c7444 100644
--- a/apps/workbench/test/functional/links_controller_test.rb
+++ b/apps/workbench/test/functional/links_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class MetadataControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/logs_controller_test.rb b/apps/workbench/test/functional/logs_controller_test.rb
index bab4469..0b8a978 100644
--- a/apps/workbench/test/functional/logs_controller_test.rb
+++ b/apps/workbench/test/functional/logs_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class LogsControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/nodes_controller_test.rb b/apps/workbench/test/functional/nodes_controller_test.rb
index 9962d9b..57e35c4 100644
--- a/apps/workbench/test/functional/nodes_controller_test.rb
+++ b/apps/workbench/test/functional/nodes_controller_test.rb
@@ -1,49 +1,4 @@
 require 'test_helper'
 
 class NodesControllerTest < ActionController::TestCase
-  setup do
-    @node = nodes(:one)
-  end
-
-  test "should get index" do
-    get :index
-    assert_response :success
-    assert_not_nil assigns(:nodes)
-  end
-
-  test "should get new" do
-    get :new
-    assert_response :success
-  end
-
-  test "should create node" do
-    assert_difference('Node.count') do
-      post :create, node: {  }
-    end
-
-    assert_redirected_to node_path(assigns(:node))
-  end
-
-  test "should show node" do
-    get :show, id: @node
-    assert_response :success
-  end
-
-  test "should get edit" do
-    get :edit, id: @node
-    assert_response :success
-  end
-
-  test "should update node" do
-    put :update, id: @node, node: {  }
-    assert_redirected_to node_path(assigns(:node))
-  end
-
-  test "should destroy node" do
-    assert_difference('Node.count', -1) do
-      delete :destroy, id: @node
-    end
-
-    assert_redirected_to nodes_path
-  end
 end
diff --git a/apps/workbench/test/functional/pipeline_instances_controller_test.rb b/apps/workbench/test/functional/pipeline_instances_controller_test.rb
index 00d832b..ffa2bfc 100644
--- a/apps/workbench/test/functional/pipeline_instances_controller_test.rb
+++ b/apps/workbench/test/functional/pipeline_instances_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class PipelineInstancesControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/pipeline_templates_controller_test.rb b/apps/workbench/test/functional/pipeline_templates_controller_test.rb
index 4158815..be48e0c 100644
--- a/apps/workbench/test/functional/pipeline_templates_controller_test.rb
+++ b/apps/workbench/test/functional/pipeline_templates_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class PipelineTemplatesControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/repositories_controller_test.rb b/apps/workbench/test/functional/repositories_controller_test.rb
index a49f87a..15d28bf 100644
--- a/apps/workbench/test/functional/repositories_controller_test.rb
+++ b/apps/workbench/test/functional/repositories_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class RepositoriesControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/sessions_controller_test.rb b/apps/workbench/test/functional/sessions_controller_test.rb
index d30ebc3..a6113da 100644
--- a/apps/workbench/test/functional/sessions_controller_test.rb
+++ b/apps/workbench/test/functional/sessions_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class SessionsControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/specimens_controller_test.rb b/apps/workbench/test/functional/specimens_controller_test.rb
index 8401ecc..c677fa7 100644
--- a/apps/workbench/test/functional/specimens_controller_test.rb
+++ b/apps/workbench/test/functional/specimens_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class SpecimensControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/traits_controller_test.rb b/apps/workbench/test/functional/traits_controller_test.rb
index 165284d..97c6642 100644
--- a/apps/workbench/test/functional/traits_controller_test.rb
+++ b/apps/workbench/test/functional/traits_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class TraitsControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/users_controller_test.rb b/apps/workbench/test/functional/users_controller_test.rb
index d23f182..c67c56b 100644
--- a/apps/workbench/test/functional/users_controller_test.rb
+++ b/apps/workbench/test/functional/users_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class UsersControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end
diff --git a/apps/workbench/test/functional/virtual_machines_controller_test.rb b/apps/workbench/test/functional/virtual_machines_controller_test.rb
index 3f92b6f..54fe206 100644
--- a/apps/workbench/test/functional/virtual_machines_controller_test.rb
+++ b/apps/workbench/test/functional/virtual_machines_controller_test.rb
@@ -1,7 +1,4 @@
 require 'test_helper'
 
 class VirtualMachinesControllerTest < ActionController::TestCase
-  # test "the truth" do
-  #   assert true
-  # end
 end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list