Sha256: 7202f648b1c1c95d4d455af8206b8d9a721bda0085fdbe450df93631531c5ff4
Contents?: true
Size: 258 Bytes
Versions: 84
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Cryptum::API::OrderHistory do it 'should display information for existing help method' do help_response = Cryptum::API::OrderHistory expect(help_response).to respond_to :help end end
Version data entries
84 entries across 84 versions & 1 rubygems