Sha256: 171c83b0082d9c31256089de4375685d2b0ff955d61b989d5a5f69d8835d7803

Contents?: true

Size: 244 Bytes

Versions: 10

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Cryptum::Option::Environment do
  it 'should return data for help method' do
    help_response = Cryptum::Option::Environment.help
    expect(help_response).not_to be_nil
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cryptum-0.0.389 spec/lib/cryptum/option/environment_spec.rb
cryptum-0.0.388 spec/lib/cryptum/option/environment_spec.rb
cryptum-0.0.387 spec/lib/cryptum/option/environment_spec.rb
cryptum-0.0.386 spec/lib/cryptum/option/environment_spec.rb
cryptum-0.0.385 spec/lib/cryptum/option/environment_spec.rb
cryptum-0.0.384 spec/lib/cryptum/option/environment_spec.rb
cryptum-0.0.383 spec/lib/cryptum/option/environment_spec.rb
cryptum-0.0.382 spec/lib/cryptum/option/environment_spec.rb
cryptum-0.0.381 spec/lib/cryptum/option/environment_spec.rb
cryptum-0.0.380 spec/lib/cryptum/option/environment_spec.rb