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

Version Path
cryptum-0.0.384 spec/lib/cryptum/api/order_history_spec.rb
cryptum-0.0.383 spec/lib/cryptum/api/order_history_spec.rb
cryptum-0.0.382 spec/lib/cryptum/api/order_history_spec.rb
cryptum-0.0.381 spec/lib/cryptum/api/order_history_spec.rb