because i keep typing `rake test` instead of spec
parent
f5c41dd5c2
commit
ecb75281b3
3
Rakefile
3
Rakefile
|
|
@ -6,6 +6,9 @@ require 'benchmark'
|
||||||
desc 'install + spec'
|
desc 'install + spec'
|
||||||
task default: ['install:local', :spec]
|
task default: ['install:local', :spec]
|
||||||
|
|
||||||
|
desc 'test => spec'
|
||||||
|
task test: [:spec]
|
||||||
|
|
||||||
# Useful for hooking up with SublimeText.
|
# Useful for hooking up with SublimeText.
|
||||||
# e.g. rake sample[basic.rb]
|
# e.g. rake sample[basic.rb]
|
||||||
desc 'Run a specific sample'
|
desc 'Run a specific sample'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue