kitchen-openstack 3.6.1 → 6.0.0

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