Sha256: f8105efad4cd93316c5820cbef967284bfafea45db24c253949691e1f7b1a457

Contents?: true

Size: 208 Bytes

Versions: 1

Compression:

Stored size: 208 Bytes

Contents

require 'spec_helper'
require 'yaml'

describe HealthReporter::Reporter do
  subject { HealthReporter::Reporter }

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


end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
health-reporter-0.0.1 spec/reporter.rb