Sha256: 89cfd67e45a21d9cc5caec3e3bd95c772d8a1018950fcd869b2648f23a5c13ee

Contents?: true

Size: 458 Bytes

Versions: 54

Compression:

Stored size: 458 Bytes

Contents

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

require "bundler/setup"
require 'rspec/match_fuzzy'
require "html2doc"

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

54 entries across 54 versions & 2 rubygems

Version Path
html2doc-1.0.4 spec/spec_helper.rb
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/html2doc-1.0.3/spec/spec_helper.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/html2doc-1.0.3/spec/spec_helper.rb
html2doc-1.0.3 spec/spec_helper.rb
html2doc-1.0.2 spec/spec_helper.rb
html2doc-1.0.1 spec/spec_helper.rb
html2doc-1.0.0 spec/spec_helper.rb
html2doc-0.9.4 spec/spec_helper.rb
html2doc-0.9.3 spec/spec_helper.rb
html2doc-0.9.2 spec/spec_helper.rb
html2doc-0.9.1 spec/spec_helper.rb
html2doc-0.9.0 spec/spec_helper.rb
html2doc-0.8.14 spec/spec_helper.rb
html2doc-0.8.13 spec/spec_helper.rb
html2doc-0.8.12 spec/spec_helper.rb
html2doc-0.8.11 spec/spec_helper.rb
html2doc-0.8.10 spec/spec_helper.rb
html2doc-0.8.9 spec/spec_helper.rb
html2doc-0.8.8 spec/spec_helper.rb
html2doc-0.8.7 spec/spec_helper.rb