kitchen-openstack 4.0.0 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,18 +0,0 @@
1
- # Encoding: UTF-8
2
- # frozen_string_literal: true
3
-
4
- require "rspec"
5
- require "simplecov"
6
- require "simplecov-console"
7
- require "coveralls"
8
-
9
- SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
10
- Coveralls::SimpleCov::Formatter,
11
- SimpleCov::Formatter::HTMLFormatter,
12
- SimpleCov::Formatter::Console
13
- ]
14
- SimpleCov.minimum_coverage 95
15
- SimpleCov.start do
16
- add_filter "/vendor/"
17
- add_filter "/spec/"
18
- end