Skip to content
Vassil Kovatchev edited this page Aug 22, 2017 · 6 revisions

Execute all *.rb specifications located in folder ./spec and its sub-folders:

slacker

Execute only a selected specification:

slacker spec/my_spec.rb

Use wild-cards to filter files by name:

slacker spec/my_s*.rb

Run all the specifications located in a specific folder and all its sub-folders:

slacker spec/my_special_cases/**/*

Run all the specifications located in all sub-folders with color output:

slacker -c ./spec/**/*

See Slacker Tests for more information.