# File spec/gherkin/formatter/pretty_formatter_spec.rb, line 15 def assert_io(s) actual = @io.string actual.gsub!(/\e\[m/, "\e[0m") # JANSI resets without the 0. actual.should == s end