Sha256: 237ac2d3bc59fa593f10c9375ce4940d8d92234b84ea2bb98d144d81bc1dcd85
Contents?: true
Size: 243 Bytes
Versions: 93
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Cryptum::OrderBook::Indicator do it 'should respond to instantiation' do init_response = Cryptum::OrderBook::Indicator expect(init_response).to respond_to :new end end
Version data entries
93 entries across 93 versions & 1 rubygems