# File test.rb, line 82 def test_current_case # Shouldn't I be failing? I don't see an accessor for CaseCommand.current_case assert_equal(nil, @@cc.current_case) @@cc.when("1") assert_equal("1", @@cc.current_case) end