diff --git a/test.rb b/test.rb index 4471eae..13b8d01 100644 --- a/test.rb +++ b/test.rb @@ -1,3 +1,7 @@ if x = 1 puts "This should trigger warnings!" end + +if y = 3 + puts "This is a new change that should get a comment" +end