rspecBehavior-driven development testing framework written in Ruby to test Ruby code. More information: https://rspec.info/features/3-13/rspec-core/command-line/.
.rspec configuration and a spec helper file:rspec --init
rspec
rspec {{path/to/directory}}
rspec {{path/to/file1 path/to/file2 ...}}
rspec {{path/to/file}}:{{83}}
rspec --seed {{seed_number}}