vendor/diy/test/files/goat/can.rb in ceedling-0.29.1 vs vendor/diy/test/files/goat/can.rb in ceedling-0.30.0

- old
+ new

@@ -1,6 +1,6 @@ -require 'base' -class Can < Base - def initialize - test_output "can" - end -end +require 'base' +class Can < Base + def initialize + test_output "can" + end +end