Sha256: 511708cc80c04c666e5228b7dd146ce103e230226d74face489ae2ce72371951

Contents?: true

Size: 798 Bytes

Versions: 58

Compression:

Stored size: 798 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Evostream do
  it 'has a version number' do
    expect(Evostream::VERSION).not_to be nil
  end

  it 'has a gem name' do
    expect(Evostream::GEM_NAME).not_to be nil
  end

  it 'has a authors' do
    expect(Evostream::AUTHORS).not_to be nil
  end

  it 'has a emails' do
    expect(Evostream::EMAILS).not_to be nil
  end

  it 'has a license' do
    expect(Evostream::LICENSE).not_to be nil
  end

  it 'has a summary' do
    expect(Evostream::SUMMARY).not_to be nil
  end

  it 'has a description' do
    expect(Evostream::DESCRIPTION).not_to be nil
  end

  it 'has a homepage' do
    expect(Evostream::HOMEPAGE).not_to be nil
  end

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

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
evostream-event-2.0.3 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.3.pre.1265906291 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.3.pre.1265756691 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.3.pre.1265752332 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.2 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.2.pre.994185738 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.0.pre.994170151 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.0.pre.994165179 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.0.pre.994159616 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.0.pre.856454391 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.0.pre.856447460 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.0.pre.856441003 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.0.pre.816370746 spec/evostream/evostream_event_spec.rb
evostream-event-2.0.0.pre.809444619 spec/evostream/evostream_event_spec.rb
evostream-event-1.0.3 spec/evostream/evostream_event_spec.rb
evostream-event-1.0.3.pre.95 spec/evostream/evostream_event_spec.rb
evostream-event-1.0.3.pre.93 spec/evostream/evostream_event_spec.rb
evostream-event-1.0.3.pre.91 spec/evostream/evostream_event_spec.rb
evostream-event-1.0.3.pre.83 spec/evostream/evostream_event_spec.rb
evostream-event-1.0.2 spec/evostream/evostream_event_spec.rb