File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33$VERBOSE = false
44require 'workflow'
5- require 'mocha/setup '
5+ require 'mocha/minitest '
66require 'stringio'
77#require 'ruby-debug'
88
@@ -92,7 +92,8 @@ class MainTest < Minitest::Test
9292 assert_equal 'one' , c . new . current_state . to_s
9393 end
9494
95- test 'multiple events with the same name and different arguments lists from different states'
95+ # TODO Consider following test case:
96+ # test 'multiple events with the same name and different arguments lists from different states'
9697
9798 test 'implicit transition callback' do
9899 args = mock ( )
@@ -385,7 +386,7 @@ def capture_streams
385386 yield
386387 $stdout
387388 ensure
388- captured , $stdout = $stdout , old_stdout
389+ $stdout = old_stdout
389390 end
390391
391392end
You can’t perform that action at this time.
0 commit comments