Sha256: edd79941d03e5ed2209e2f5680cb5083416e511eb6a7349371232e6644eff8a6

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

require 'simplecov'

SimpleCov.profiles.define 'gem' do
  add_filter '/spec/'
  add_filter '/autotest/'
  add_group 'Libraries', '/lib/'
end
SimpleCov.start 'gem'

require "rspec/match_fuzzy"
require 'mathml2asciimath'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/mathml2asciimath-0.0.10/spec/spec_helper.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/mathml2asciimath-0.0.10/spec/spec_helper.rb
mathml2asciimath-0.0.10 spec/spec_helper.rb