test.rb in mirage-2.0.14 vs test.rb in mirage-2.0.15

- old
+ new

@@ -1,2 +2 @@ - -puts 'hello' || raise(Exception) +puts File.open('rakefile', 'r').kind_of?(IO) \ No newline at end of file