spec/spec_helper.rb in cistern-2.0.5 vs spec/spec_helper.rb in cistern-2.1.0
- old
+ new
@@ -6,9 +6,11 @@
require File.expand_path('../../lib/cistern', __FILE__)
Dir[File.expand_path("../{support,shared,matchers,fixtures}/*.rb", __FILE__)].each{|f| require(f)}
Bundler.require(:test)
+Cistern.deprecation_warnings = false
+
RSpec.configure do |c|
c.treat_symbols_as_metadata_keys_with_true_values = true
if Kernel.respond_to?(:caller_locations)
require File.expand_path('../../lib/cistern/coverage', __FILE__)