6 lines
91 B
Makefile
6 lines
91 B
Makefile
all:
|
|
@echo "Try make check"
|
|
|
|
check:
|
|
bundle exec rspec ../../../spec/lib/sql_test_spec.rb
|