spec/support/integration_setup.rb in riak-client-2.4.1 vs spec/support/integration_setup.rb in riak-client-2.5.0
- old
+ new
@@ -1,10 +1,10 @@
-# auto-tag all integration specs with :integration => true
-module IntegrationSpecs
- def self.included(klass)
- klass.metadata[:integration] = true
- end
-end
-
-RSpec.configure do |config|
- config.include IntegrationSpecs, file_path: %r{spec/integration}
-end
+# auto-tag all integration specs with :integration => true
+module IntegrationSpecs
+ def self.included(klass)
+ klass.metadata[:integration] = true
+ end
+end
+
+RSpec.configure do |config|
+ config.include IntegrationSpecs, file_path: %r{spec/integration}
+end