|
|
|
@ -4,7 +4,7 @@ require 'benchmark' |
|
|
|
# require 'byebug' |
|
|
|
# require 'byebug' |
|
|
|
|
|
|
|
|
|
|
|
desc 'install + spec' |
|
|
|
desc 'install + spec' |
|
|
|
task default: [:install, :spec] |
|
|
|
task default: ['install:local', :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] |
|
|
|
|