Sha256: 4a396886463910c739ef33df6c572b72e807b1ec88687da8153aeaca9f9c8a10

Contents?: true

Size: 544 Bytes

Versions: 12

Compression:

Stored size: 544 Bytes

Contents

require "rspec"
require "simplecov"
SimpleCov.start do
  add_filter "/spec/"
end

require "bundler/setup"
require "omml2mathml"
require "rspec/matchers"
require "equivalent-xml"

#require_relative "lib/omml2mathml/convert"

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = ".rspec_status"

  # Disable RSpec exposing methods globally on `Module` and `main`
  config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
omml2mathml-0.0.12 spec/spec_helper.rb
omml2mathml-0.0.11 spec/spec_helper.rb
omml2mathml-0.0.10 spec/spec_helper.rb
omml2mathml-0.0.9 spec/spec_helper.rb
omml2mathml-0.0.8 spec/spec_helper.rb
omml2mathml-0.0.7 spec/spec_helper.rb
omml2mathml-0.0.6 spec/spec_helper.rb
omml2mathml-0.0.5 spec/spec_helper.rb
omml2mathml-0.0.4 spec/spec_helper.rb
omml2mathml-0.0.3 spec/spec_helper.rb
omml2mathml-0.0.2 spec/spec_helper.rb
omml2mathml-0.0.1 spec/spec_helper.rb