Files
astuto/script/rspec-no-system-specs.sh
2023-04-12 18:35:39 +02:00

5 lines
147 B
Bash
Executable File

#!/bin/sh
# Run all specs except system specs (i.e. specs contained in the folder spec/system)
rspec --exclude-pattern "spec/system/**/*_spec.rb"