diff --git a/lib/cat.rb b/lib/cat.rb index 0a7c3e0..0110db0 100644 --- a/lib/cat.rb +++ b/lib/cat.rb @@ -8,6 +8,8 @@ def name "#{@name}!!!" end + + # This method is currently covered by a test def speak "meow"