Files
astuto/script/rspec-no-system-specs.sh

5 lines
147 B
Bash
Raw Permalink Normal View History

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