remove_blank_lines: Add a new function to remove blank Line #144
Annotations
2 errors
Run tests:
spec/functions/remove_blank_lines_spec.rb#L19
extlib::remove_blank_lines is expected to run extlib::remove_blank_lines(" string_name: \"string_value\"\n\n int_name: 42\n\n true_name: yes\n") and return " string_name: \"string_value\"\n int_name: 42\n true_name: yes\n"
Failure/Error: it { is_expected.to run.with_params(input).and_return(output) }
expected extlib::remove_blank_lines(" string_name: \"string_value\"\n\n int_name: 42\n\n true_name: yes\n") to have returned " string_name: \"string_value\"\n int_name: 42\n true_name: yes\n" instead of " string_name: \"string_value\"\n int_name: 42\n true_name: yes"
|
Run tests
Process completed with exit code 1.
|
Loading