Sha256: 54fe20922271a92ced5cfd5a14b8e39fc21e046a81a724a0ef06e28ed9f0cbfa
Contents?: true
Size: 433 Bytes
Versions: 89
Compression:
Stored size: 433 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') require 'gherkin/formatter/pretty_formatter' module Gherkin module Formatter describe Colors do include Colors it "should colour stuff red" do failed("hello").should == "\e[31mhello\e[0m" end it "should be possible to specify no colouring" do failed("hello", true).should == "hello" end end end end
Version data entries
89 entries across 89 versions & 1 rubygems