Sha256: 29a2bd239c5fa252b799472f36d83b1ca1176b531cb3a48b57e06dcf061b2593
Contents?: true
Size: 327 Bytes
Versions: 2
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true require File.expand_path('../../lib/simplecov-shield-json', __dir__) require File.expand_path('../spec_helper', __dir__) describe SimpleCov::Formatter::ShieldJSONFormatter do it 'should be a class' do expect(described_class.new).to be_a SimpleCov::Formatter::ShieldJSONFormatter end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simplecov-shield-json-0.0.5 | spec/lib/simplecov_shield_json_spec.rb |
simplecov-shield-json-0.0.4 | spec/lib/simplecov_shield_json_spec.rb |