mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Remove assigned but unused variables
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user