expected_string = " -I#{expected_path} "
    match do |actual|
      expect(actual.command+' ').to include(expected_string)
    end