Sha256: e0e3567f25b677d5f75a8d1bea4695c08ef017f1bfa3dd2d24a4af6e1d391f60

Contents?: true

Size: 220 Bytes

Versions: 42

Compression:

Stored size: 220 Bytes

Contents

require 'test_helper'

class OAuthTest < Test::Unit::TestCase
  def test_revoke_kills_the_token
    fake 'oauth/revoke', method: :delete, body: load_fixture('o_auth_revoke')
    assert ShopifyAPI::OAuth.revoke
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
shopify_api-6.0.0 test/o_auth_test.rb
shopify_api-5.2.4 test/o_auth_test.rb
shopify_api-5.2.3 test/o_auth_test.rb
shopify_api-5.2.2 test/o_auth_test.rb
shopify_api-5.2.1 test/o_auth_test.rb
shopify_api-5.2.0 test/o_auth_test.rb
shopify_api-5.1.0 test/o_auth_test.rb
shopify_api-5.0.0 test/o_auth_test.rb
shopify_api-4.13.0 test/o_auth_test.rb
shopify_api-4.12.0 test/o_auth_test.rb
shopify_api-4.11.0 test/o_auth_test.rb
shopify_api-4.10.0 test/o_auth_test.rb
shopify_api-4.9.1 test/o_auth_test.rb
shopify_api-4.9.0 test/o_auth_test.rb
shopify_api-4.8.0 test/o_auth_test.rb
shopify_api-4.7.1 test/o_auth_test.rb
shopify_api-4.7.0 test/o_auth_test.rb
shopify_api-4.6.0 test/o_auth_test.rb
shopify_api-4.5.0 test/o_auth_test.rb
shopify_api-4.4.0 test/o_auth_test.rb