Use builder to get example group

This commit is contained in:
Michael Miller 2018-09-23 13:40:24 -06:00
parent 037fe604ea
commit 5b79e76b44

View file

@ -14,7 +14,8 @@ module Spectator
at_exit do
begin
Runner.new(ExampleGroup::ROOT).run
group = ::Spectator::DSL::Builder.build
Runner.new(group).run
rescue ex
puts
puts "Encountered an unexpected error in framework"