Sha256: 4b86469086005ba74c3d8823b58e85c105bdce87afddf144e5e667d6a3ba9379
Contents?: true
Size: 401 Bytes
Versions: 768
Compression:
Stored size: 401 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::WWW::CoinbasePro do it 'should display information for authors' do authors_response = PWN::WWW::CoinbasePro expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::WWW::CoinbasePro expect(help_response).to respond_to :help end end
Version data entries
768 entries across 768 versions & 1 rubygems