support/make/test.mk

Summary

Maintainability
Test Coverage
test: ## Run unit tests
    @echo "Running unit tests"
    @bundle exec rake test

.PHONY: test