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:
parent
a6e580bf94
commit
a4d60f4e1b
1 changed files with 3 additions and 0 deletions
3
bin/ruby
Executable file
3
bin/ruby
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
bundle exec ruby -Ilib:test -rtest_helper $@
|
Loading…
Reference in a new issue