lib/chef-dk/component_test.rb in chef-dk-3.3.23 vs lib/chef-dk/component_test.rb in chef-dk-3.4.38
- old
+ new
@@ -174,16 +174,16 @@
raise MissingComponentError.new(name, e)
end
def default_command_options
{
- :cwd => component_path,
- :env => {
+ cwd: component_path,
+ env: {
# Add the embedded/bin to the PATH so that bundle executable can
# be found while running the tests.
path_variable_key => omnibus_path,
},
- :timeout => 3600,
+ timeout: 3600,
}
end
def component_path
if base_dir