Sha256: ae49c7a9ffc2db8678aac5039ace7d4c914be54f623252547bdb78ebd05e17c6

Contents?: true

Size: 244 Bytes

Versions: 13

Compression:

Stored size: 244 Bytes

Contents

require 'spec_helper'

describe Etherscanio::Api do
  describe 'initialize' do
    subject { Etherscanio::Api.new(context) }

    context 'is a object' do
      let(:context) { 'foo' }
      it { is_expected.to be_a(Object) }
    end
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
etherscan-0.1.4 spec/etherscanio_spec.rb
etherscan-0.1.3 spec/etherscanio_spec.rb
etherscan-0.1.2 spec/etherscanio_spec.rb
etherscan-0.1.1 spec/etherscanio_spec.rb
etherscan-0.1.0 spec/etherscanio_spec.rb
etherscan-0.0.9 spec/etherscanio_spec.rb
etherscan-0.0.8 spec/etherscanio_spec.rb
etherscan-0.0.7 spec/etherscanio_spec.rb
etherscan-0.0.6 spec/etherscanio_spec.rb
etherscanio-0.0.5 spec/etherscanio_spec.rb
etherscanio-0.0.4 spec/etherscanio_spec.rb
etherscanio-0.0.3 spec/etherscanio_spec.rb
etherscanio-0.0.1 spec/etherscanio_spec.rb