Sha256: 2c329f7e6f61ae7e3c4ae53a549df7cb6a599df63139af234c4c7d6133ddff21

Contents?: true

Size: 260 Bytes

Versions: 12

Compression:

Stored size: 260 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Cryptum::UI::OrderExecution do
  it 'should display information for existing help method' do
    help_response = Cryptum::UI::OrderExecution
    expect(help_response).to respond_to :help
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cryptum-0.0.382 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.381 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.380 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.379 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.378 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.377 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.376 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.375 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.374 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.373 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.372 spec/lib/cryptum/ui/order_execution_spec.rb
cryptum-0.0.370 spec/lib/cryptum/ui/order_execution_spec.rb