Skip to content

Instantly share code, notes, and snippets.

View nalbion's full-sized avatar

Nicholas Albion nalbion

  • Sydney, Australia
View GitHub Profile
@bfaloona
bfaloona / formatter_html_spec_embed.rb
Created December 21, 2009 21:14
cucumber formatter html embed spec and patch
# spec/cucumber/formatter/html_spec.rb
require File.dirname(__FILE__) + '/../../spec_helper'
require File.dirname(__FILE__) + '/spec_helper'
require 'cucumber/formatter/html'
require 'nokogiri'
require 'cucumber/rb_support/rb_language'
module Cucumber
module Formatter