test/test_command_runner.rb in cri-2.7.0 vs test/test_command_runner.rb in cri-2.7.1

- old
+ new

@@ -1,13 +1,11 @@ -# encoding: utf-8 - module Cri class CommandRunnerTestCase < Cri::TestCase def setup super - @options = { :vehicle => 'pig' } - @arguments = %w( baby_monkey ) + @options = { vehicle: 'pig' } + @arguments = %w(baby_monkey) @command = Cri::Command.new end def test_initialize runner = Cri::CommandRunner.new(@options, @arguments, @command)