lib/busser/runner_plugin/nose2.rb in busser-nose2-0.1.1 vs lib/busser/runner_plugin/nose2.rb in busser-nose2-0.1.2

- old
+ new

@@ -26,8 +26,8 @@ postinstall do run!("pip install nose2") end def test - run!("nose2 --start-dir #{suite_path('nose2').to_s}") + run!("nose2 --start-dir #{suite_path('nose2').to_s}/tests") end end