Sha256: ffa79d7f5c37c5fd702b407b007c26173d420fc9bbfd32950440307dae5ebf85
Contents?: true
Size: 205 Bytes
Versions: 3
Compression:
Stored size: 205 Bytes
Contents
require 'spec_helper.rb' describe Marver::API::Client do let(:client) { Marver::API::Client.new } it '#endpoint' do expect(client.endpoint).to eq "http://gateway.marvel.com/v1/public/" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
marver-0.0.6 | spec/marver/api/client_spec.rb |
marver-0.0.5 | spec/marver/api/client_spec.rb |
marver-0.0.4 | spec/marver/api/client_spec.rb |