From 1ef4525772b1be1bacae68998a3fdc2ae6295829 Mon Sep 17 00:00:00 2001 From: Casey Dahlin Date: Mon, 13 Oct 2008 14:48:15 -0400 Subject: Fix typo in test name Hold has a 'd' in it it turns out --- test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.rb b/test.rb index f74b92a..39569ee 100644 --- a/test.rb +++ b/test.rb @@ -51,7 +51,7 @@ class TC_State < Test::Unit::TestCase assert_only_states('FooState{} (down)', 'FooState{:bob=>"123"} (up)', "BarState{} (up)") end - def test_hol_non_existant_state + def test_hold_non_existant_state Bar.hold(:user) assert_only_states "FooState{} (down)" end -- cgit