use token in ability checks

This commit is contained in:
Chris Flipse 2018-06-08 16:58:49 -04:00
parent b16aa11f65
commit 6da3ece683
3 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
require "test_helper"
class AbilityTest < ActiveSupport::TestCase
end