default: validate

validate:
	bundle exec ruby lib/validation/run.rb

test:
	bundle exec rspec

.PHONY: validate,test
