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:
parent
86a5e198f7
commit
da2277505f
10 changed files with 40 additions and 47 deletions
|
@ -3,6 +3,8 @@
|
|||
require "test_helper"
|
||||
|
||||
class ApiCapabilityTest < ActiveSupport::TestCase
|
||||
private
|
||||
|
||||
def tokens(*toks)
|
||||
AccessToken.new do |token|
|
||||
toks.each do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue