test/report_test.rb in riot-0.10.5 vs test/report_test.rb in riot-0.10.6

- old
+ new

@@ -52,10 +52,10 @@ require 'stringio' context "StoryReporter" do setup do @out = StringIO.new Riot::StoryReporter.new(@out) - emd + end context 'reporting on an empty context' do setup do context = Riot::Context.new('empty context') do context("a nested empty context") {}