Sha256: 673aa21a7c8f7eac9436cb72c27335fb534e5175313f0a79720359f22028740e

Contents?: true

Size: 220 Bytes

Versions: 8

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

8 entries across 8 versions & 1 rubygems

Version Path
mathml2asciimath-0.0.9 spec/spec_helper.rb
mathml2asciimath-0.0.8 spec/spec_helper.rb
mathml2asciimath-0.0.7 spec/spec_helper.rb
mathml2asciimath-0.0.6 spec/spec_helper.rb
mathml2asciimath-0.0.5 spec/spec_helper.rb
mathml2asciimath-0.0.4 spec/spec_helper.rb
mathml2asciimath-0.0.3 spec/spec_helper.rb
mathml2asciimath-0.0.2 spec/spec_helper.rb