summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Dahlin <cdahlin@redhat.com>2008-10-13 14:48:15 -0400
committerCasey Dahlin <cdahlin@redhat.com>2008-10-13 14:48:15 -0400
commit1ef4525772b1be1bacae68998a3fdc2ae6295829 (patch)
tree90bcfca7a555689ee063ab043559a9367b54002a
parent3f8f1ce641974780ef321ac402e5fe9df4e1dfaa (diff)
downloadupstate-1ef4525772b1be1bacae68998a3fdc2ae6295829.tar.gz
upstate-1ef4525772b1be1bacae68998a3fdc2ae6295829.tar.xz
upstate-1ef4525772b1be1bacae68998a3fdc2ae6295829.zip
Fix typo in test name
Hold has a 'd' in it it turns out
-rw-r--r--test.rb2
1 files changed, 1 insertions, 1 deletions
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