From 0c6f54ccc42b16f77398c42d5a12800683e9c234 Mon Sep 17 00:00:00 2001 From: Harshad Vedartham Date: Mon, 3 Mar 2025 22:29:34 -0800 Subject: [PATCH] Fixing test to match readme and code --- spec/filetypes_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/filetypes_spec.rb b/spec/filetypes_spec.rb index ac3fcf0..6fd330e 100644 --- a/spec/filetypes_spec.rb +++ b/spec/filetypes_spec.rb @@ -16,7 +16,7 @@ expect(buffer_content).to eq normalize_string_indent(<<-TEXT) # Hello there - this is the first bullet - - this is the second bullet + this is the second bullet TEXT end