lib/busser/runner_plugin/nose2.rb in busser-nose2-0.1.5 vs lib/busser/runner_plugin/nose2.rb in busser-nose2-0.1.6

- old
+ new

@@ -28,10 +28,10 @@ end def test if File.file?("#{suite_path('nose2')}/requirements.txt") puts "Installing test requirements." - run!("pip install -r #suite_path('nose2')/requirements.txt") + run!("pip install -r #{suite_path('nose2')}/requirements.txt") end run!("nose2 --start-dir #{suite_path('nose2').to_s}/tests") end end