mixlib-config 2.2.11 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/spec/spec_helper.rb DELETED
@@ -1,15 +0,0 @@
1
- $TESTING = true
2
- $:.push File.join(File.dirname(__FILE__), "..", "lib")
3
-
4
- require "rspec"
5
- require "mixlib/config"
6
-
7
- class ConfigIt
8
- extend Mixlib::Config
9
- end
10
-
11
- RSpec.configure do |config|
12
- config.filter_run focus: true
13
- config.run_all_when_everything_filtered = true
14
- config.warnings = true
15
- end