Sha256: ef786bd40a31e5acc42c992f4f680bffa780fecf617682c14f964b6e230cd664

Contents?: true

Size: 244 Bytes

Versions: 224

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

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

Version data entries

224 entries across 224 versions & 1 rubygems

Version Path
cryptum-0.0.233 spec/lib/cryptum/ui/ticker_spec.rb
cryptum-0.0.232 spec/lib/cryptum/ui/ticker_spec.rb
cryptum-0.0.231 spec/lib/cryptum/ui/ticker_spec.rb
cryptum-0.0.230 spec/lib/cryptum/ui/ticker_spec.rb