spec/spec_helper.rb in mixlib-versioning-1.0.0 vs spec/spec_helper.rb in mixlib-versioning-1.1.0
- old
+ new
@@ -1,7 +1,7 @@
#
-# Author:: Seth Chisamore (<schisamo@opscode.com>)
+# Author:: Seth Chisamore (<schisamo@chef.io>)
# Copyright:: Copyright (c) 2013 Opscode, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -36,8 +36,8 @@
# run the examples in random order
config.order = :rand
# specify metadata with symobls only (ie no '=> true' required)
config.treat_symbols_as_metadata_keys_with_true_values = true
- config.filter_run :focus => true
+ config.filter_run focus: true
config.run_all_when_everything_filtered = true
end