Sha256: 92cfc663d0b7317ca79eea8967131e1ea655ec301f2347669191ee88db61bf13
Contents?: true
Size: 264 Bytes
Versions: 32
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true require 'test_helper' class ApiPermissionTest < Test::Unit::TestCase test "revoke access token" do fake "api_permissions/current", method: :delete, status: 200, body: "{}" assert ShopifyAPI::ApiPermission.destroy end end
Version data entries
32 entries across 32 versions & 2 rubygems