From 5287de6f6cdd3e8787aff198a7bb392a6d258070 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sat, 17 Aug 2024 14:11:17 +0900 Subject: [PATCH] Fix a typo --- test/edlib_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/edlib_test.rb b/test/edlib_test.rb index 0968723..bdd3fbb 100644 --- a/test/edlib_test.rb +++ b/test/edlib_test.rb @@ -7,7 +7,7 @@ def test_that_it_has_a_version_number refute_nil ::Edlib::VERSION end - def test_initilize + def test_initialize assert_instance_of Edlib::Aligner, Edlib::Aligner.new end