1
0
Fork 0
arangodb/UnitTests/HttpInterface/run_tests

10 lines
207 B
Bash
Executable File

#!/bin/sh
test -d logs || mkdir logs
rspec --format d \
api-collection_spec.rb \
rest_create-document_spec.rb \
rest_read-document_spec.rb \
rest_update-document_spec.rb \
rest_delete-document_spec.rb