rspec Command Examples

Behavior-driven development testing framework written in Ruby to test Ruby code. More information: https://rspec.info.

rspec --init

rspec

rspec {{path/to/directory}}

rspec {{path/to/file1 path/to/file2 ...}}

rspec {{path/to/file}}:{{83}}

rspec --seed {{seed_number}}