Sha256: f497ba56a4c9361b6977016e466fed0c4307684e01d4065257583737644991ef
Contents?: true
Size: 550 Bytes
Versions: 7
Compression:
Stored size: 550 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_user_show_response) } 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
7 entries across 7 versions & 1 rubygems