vendor/diy/test/files/goat/goat.rb in ceedling-0.28.3 vs vendor/diy/test/files/goat/goat.rb in ceedling-0.29.0
- old
+ new
@@ -1,6 +1,6 @@
-require 'base'
-class Goat < Base
- def initialize
- test_output "goat"
- end
-end
+require 'base'
+class Goat < Base
+ def initialize
+ test_output "goat"
+ end
+end