mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
5 lines
147 B
Bash
Executable File
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" |