spec/unit/mutest/cli_spec.rb in mutest-0.0.9 vs spec/unit/mutest/cli_spec.rb in mutest-0.0.10

- old
+ new

@@ -105,24 +105,24 @@ end it_behaves_like 'a cli parser' let(:expected_message) do - strip_indent(<<-MESSAGE) -usage: mutest [options] MATCH_EXPRESSION ... -Environment: - --zombie Run mutest zombified - -I, --include DIRECTORY Add DIRECTORY to $LOAD_PATH - -r, --require NAME Require file with NAME - -j, --jobs NUMBER Number of kill jobs. Defaults to number of processors. + <<~MESSAGE + usage: mutest [options] MATCH_EXPRESSION ... + Environment: + --zombie Run mutest zombified + -I, --include DIRECTORY Add DIRECTORY to $LOAD_PATH + -r, --require NAME Require file with NAME + -j, --jobs NUMBER Number of kill jobs. Defaults to number of processors. -Options: - --use INTEGRATION Use INTEGRATION to kill mutations - --ignore-subject EXPRESSION Ignore subjects that match EXPRESSION as prefix - --since REVISION Only select subjects touched since REVISION - --fail-fast Fail fast - --version Print mutests version - -h, --help Show this message + Options: + --use INTEGRATION Use INTEGRATION to kill mutations + --ignore-subject EXPRESSION Ignore subjects that match EXPRESSION as prefix + --since REVISION Only select subjects touched since REVISION + --fail-fast Fail fast + --version Print mutests version + -h, --help Show this message MESSAGE end end context 'with include flag' do