1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Add a script to run test easily

This commit is contained in:
Takashi Kokubun 2015-10-25 03:16:18 +09:00
parent a6e580bf94
commit a4d60f4e1b

3
bin/ruby Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
bundle exec ruby -Ilib:test -rtest_helper $@