You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But doing testdrb -I test/ test/integration/my_flows_test.rb -- -n test6 doesn't execute test6 inside my_flows I found the -- from semaperepelitsa/spork-minitest#1
I can run testdrb -I test/ test/integration/my_flows_test.rbbut now executing the whole file is taking to much (was thinking of move my failing test to other place... 🍶 )
Thanks for your help or clarification.
The text was updated successfully, but these errors were encountered:
As I see you can execute 1 test inside a .rb test file
like http://flavio.castelli.name/2010/05/28/rails_execute_single_test/
But doing
testdrb -I test/ test/integration/my_flows_test.rb -- -n test6
doesn't execute test6 inside my_flows I found the -- from semaperepelitsa/spork-minitest#1I can run
testdrb -I test/ test/integration/my_flows_test.rb
but now executing the whole file is taking to much (was thinking of move my failing test to other place... 🍶 )Thanks for your help or clarification.
The text was updated successfully, but these errors were encountered: