Sha256: 9ff06727faf7cf17320c2ad84ea39e430ad3af27163691d61a359ecdf26c3f44

Contents?: true

Size: 210 Bytes

Versions: 3

Compression:

Stored size: 210 Bytes

Contents

require 'spec_helper'

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

  it 'does something useful' do
    expect(false).to eq(true)
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
northern911-client-0.1.2 spec/Northern911Api_spec.rb
Northern911ApiClient-0.1.1 spec/Northern911Api_spec.rb
northern911-client-0.1.1 spec/Northern911Api_spec.rb