Remove assigned but unused variables

This commit is contained in:
Wei Lu
2013-02-28 18:59:58 +08:00
parent 1a073e5db5
commit aa3c83f044
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ class AboutScope < EdgeCase::Koan
def test_dog_is_not_available_in_the_current_scope
assert_raise(___(NameError)) do
fido = Dog.new
Dog.new
end
end