Sha256: 312651eccc2345ed7648ae1fe97d7b77fdff18ded02d0148d33789ddb76bb9ef
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
require 'spec_helper' RSpec.describe Cryptowatch do describe 'Cryptowatch gem' do it 'has an API version number' do expect(Cryptowatch::Api::VERSION).not_to be nil end it 'has a wrapper module' do expect(Cryptowatch::Wrapper).not_to be nil end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cryptowatch-ruby-0.0.3 | spec/cryptowatch_spec.rb |