assert_equal true, tok.authorized?, "Token should now be authorised."
tok.invalidate!
assert_equal false, tok.authorized?, "Token should now be invalid."
end
assert_equal true, tok.authorized?, "Token should now be authorised."
tok.invalidate!
assert_equal false, tok.authorized?, "Token should now be invalid."
end