Ensure that test utility methods are marked as private

This allows us to enable the check for test method names.
This commit is contained in:
Andy Allan 2020-10-28 11:49:01 +01:00
parent 86a5e198f7
commit da2277505f
10 changed files with 40 additions and 47 deletions

View file

@ -3,6 +3,8 @@
require "test_helper"
class ApiCapabilityTest < ActiveSupport::TestCase
private
def tokens(*toks)
AccessToken.new do |token|
toks.each do |t|