Sha256: 15c327a19ac09d8821f59d42058ff4700f0d782f28718d0bb73231d64cbcae68

Contents?: true

Size: 593 Bytes

Versions: 8

Compression:

Stored size: 593 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe 'RubyRabbitmqJanus::RRJ', type: :config, name: :describe do
  it 'Has a version number' do
    expect(RubyRabbitmqJanus::VERSION).not_to be nil
  end

  it 'Has a description' do
    expect(RubyRabbitmqJanus::DESCRIPTION).not_to be nil
  end

  it 'Has a summary description' do
    expect(RubyRabbitmqJanus::SUMMARY).not_to be nil
  end

  it 'Has a homepage' do
    expect(RubyRabbitmqJanus::HOMEPAGE).not_to be nil
  end

  it 'Has a post install message' do
    expect(RubyRabbitmqJanus::POST_INSTALL).not_to be nil
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_rabbitmq_janus-1.2.3 spec/rrj/rrj_spec.rb
ruby_rabbitmq_janus-1.2.2 spec/rrj/rrj_spec.rb
ruby_rabbitmq_janus-1.2.1 spec/rrj/rrj_spec.rb
ruby_rabbitmq_janus-1.2.0 spec/rrj/rrj_spec.rb
ruby_rabbitmq_janus-1.1.12 spec/rrj/rrj_spec.rb
ruby_rabbitmq_janus-1.1.11 spec/rrj/rrj_spec.rb
ruby_rabbitmq_janus-1.1.10 spec/rrj/rrj_spec.rb
ruby_rabbitmq_janus-1.1.9 spec/rrj/rrj_spec.rb