html-hierarchy-extractor 1.0.2 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +0,0 @@
1
- if ENV['TRAVIS']
2
- require 'coveralls'
3
- Coveralls.wear!
4
- end
5
-
6
- require 'awesome_print'
7
- require 'nokogiri'
8
- require_relative './spec_helper_simplecov.rb'
9
- require_relative '../lib/html-hierarchy-extractor.rb'
10
-
11
- RSpec.configure do |config|
12
- config.filter_run(focus: true)
13
- config.run_all_when_everything_filtered = true
14
- end
@@ -1,9 +0,0 @@
1
- require 'simplecov'
2
-
3
- SimpleCov.configure do
4
- load_profile 'test_frameworks'
5
- end
6
-
7
- ENV['COVERAGE'] && SimpleCov.start do
8
- add_filter '/.rvm/'
9
- end