From b89e894399016def7979168d16eff9026012a710 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 27 Feb 2015 11:55:47 +0000 Subject: * lib/rake: Update to rake (9237e74), typo fix and remove needless private syntax. * test/rake: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rake/test_rake_linked_list.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rake/test_rake_linked_list.rb') diff --git a/test/rake/test_rake_linked_list.rb b/test/rake/test_rake_linked_list.rb index 10957fba6d..32d7306268 100644 --- a/test/rake/test_rake_linked_list.rb +++ b/test/rake/test_rake_linked_list.rb @@ -57,13 +57,13 @@ class TestLinkedList < Rake::TestCase refute_equal short, list end - def test_converstion_to_string + def test_conversion_to_string list = LinkedList.make(:one, :two, :three) assert_equal "LL(one, two, three)", list.to_s assert_equal "LL()", LinkedList.make().to_s end - def test_converstion_with_inspect + def test_conversion_with_inspect list = LinkedList.make(:one, :two, :three) assert_equal "LL(:one, :two, :three)", list.inspect assert_equal "LL()", LinkedList.make().inspect -- cgit v1.2.3