add executable
This commit is contained in:
parent
13b230a247
commit
ad2f29fe01
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Known good tests as we build back up test suite
|
||||
|
||||
tests=(
|
||||
"spec/features/signup_spec.rb"
|
||||
"spec/features/signin_spec.rb"
|
||||
)
|
||||
|
||||
|
||||
bundle exec rspec ${tests[@]}
|
||||
Loading…
Reference in New Issue