lib/rspec/terraform/helpers/base.rb in rspec-terraform-0.5.0.pre.8 vs lib/rspec/terraform/helpers/base.rb in rspec-terraform-0.5.0.pre.9
- old
+ new
@@ -39,14 +39,14 @@
[]
end
def command_options
{
- binary: binary,
- logger: logger,
- stdin: stdin,
- stdout: stdout,
- stderr: stderr
+ binary:,
+ logger:,
+ stdin:,
+ stdout:,
+ stderr:
}
end
end
end
end