Sha256: 26dbaaccf7089240aa8c995e1c0222d5fff4f00df369c43a85b98423b77eb36f

Contents?: true

Size: 370 Bytes

Versions: 3

Compression:

Stored size: 370 Bytes

Contents

# frozen_string_literal: true

#
# Copyright (c) 2018-present, Blue Marble Payroll, LLC
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
#

require 'spec_helper'

describe ::Proforma::Compiling::Counter do
  specify '#ave returns 0 if count is 0' do
    expect(subject.ave).to eq(0)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
proforma-1.0.2 spec/proforma/compiling/counter_spec.rb
proforma-1.0.1 spec/proforma/compiling/counter_spec.rb
proforma-1.0.0 spec/proforma/compiling/counter_spec.rb