Sha256: 857b4d38b3dbd160b05e41fe6a275ab44bf30173939e3e46c06e38a3552e55be

Contents?: true

Size: 480 Bytes

Versions: 3

Compression:

Stored size: 480 Bytes

Contents

require "spec_helper"

RSpec.describe Applicaster::Test::Accounts::WebMockHelper do
  let(:including_class) { Class.new { include(Applicaster::Test::Accounts::WebMockHelper) } }
  subject(:instace) { including_class.new }

  it { is_expected.to respond_to(:stub_accounts_index_response) }
  it { is_expected.to respond_to(:stub_client_credentials_request) }
  it { is_expected.to respond_to(:accounts_mock_data) }
  it { is_expected.to respond_to(:client_credentials_token) }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-applicaster-1.5.2 spec/lib/applicaster/test/accounts/webmock_helper_spec.rb
omniauth-applicaster-1.5.1 spec/lib/applicaster/test/accounts/webmock_helper_spec.rb
omniauth-applicaster-1.5.0 spec/lib/applicaster/test/accounts/webmock_helper_spec.rb