11501: Improved test name
authorLucas Di Pentima <lucas@curoverse.com>
Mon, 22 May 2017 15:40:57 +0000 (12:40 -0300)
committerLucas Di Pentima <lucas@curoverse.com>
Mon, 22 May 2017 15:40:57 +0000 (12:40 -0300)
apps/workbench/test/controllers/application_controller_test.rb

index 2554ec3ae0c37442d5936ca7423041ea26e5d583..7c8c79825a96500ee0df94a701e0be3d84e6ed79 100644 (file)
@@ -408,7 +408,7 @@ class ApplicationControllerTest < ActionController::TestCase
     [ProjectsController.new, api_fixture('groups')['anonymously_accessible_project']],
     [ProjectsController.new, api_fixture('groups')['anonymously_accessible_project'], false],
   ].each do |controller, fixture, anon_config=true|
-    test "#{controller} show method with anonymous config enabled" do
+    test "#{controller} show method with anonymous config #{anon_config ? '' : 'not '}enabled" do
       if anon_config
         Rails.configuration.anonymous_user_token = api_fixture('api_client_authorizations')['anonymous']['api_token']
       else