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