Sha256: 1f578afb2168a7f1d55d86db5bdfbd17eee37aee044d82132b216e832faa16b4

Contents?: true

Size: 252 Bytes

Versions: 12

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Cryptum::UI::OrderTimer do
  it 'should display information for existing help method' do
    help_response = Cryptum::UI::OrderTimer
    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_timer_spec.rb
cryptum-0.0.381 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.380 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.379 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.378 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.377 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.376 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.375 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.374 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.373 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.372 spec/lib/cryptum/ui/order_timer_spec.rb
cryptum-0.0.370 spec/lib/cryptum/ui/order_timer_spec.rb