Skip to content

Commit

Permalink
pass the first test case of new class policy
Browse files Browse the repository at this point in the history
  • Loading branch information
erizhang committed May 6, 2014
1 parent 27f1cf9 commit b54fb15
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ def setup
end

def test_alarm_is_off_after_policy_initialized
assert_equal false, alarm.is_alarm_on()
assert_equal false, @alarm.is_alarm_on()
end

end

0 comments on commit b54fb15

Please sign in to comment.