require 'rspec' # require_relative '../lib/rspec_html_formatter' describe 'RspecHtmlFormatter' do it 'should do example stuff' do expect('apple').to eq 'apple' end end