features/support/command_line.rb in mirage-3.0.0.alpha.11 vs features/support/command_line.rb in mirage-3.0.0.alpha.12
- old
+ new
@@ -12,10 +12,10 @@
end
File.read(output.path)
end
def normalise text
- text.gsub(/[\n]/, ' ').gsub(/\s+/, ' ')
+ text.gsub(/[\n]/, ' ').gsub(/\s+/, ' ').strip
end
end
World CommandLine
include CommandLine
\ No newline at end of file