diff options
author | pseudomuto <david.muto@gmail.com> | 2013-12-19 12:08:07 -0500 |
---|---|---|
committer | pseudomuto <david.muto@gmail.com> | 2013-12-19 12:20:38 -0500 |
commit | e975ce77408f5995213cc1b85f61e806152ba3a2 (patch) | |
tree | a4a33d6c3b0cbb1bd6fbde63e18c11344f2d5562 /bin | |
parent | fbc9497dbb8ece970f21bc67164557bba8db2db7 (diff) |
light refactoring for better test coverage
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dashing | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dashing b/bin/dashing index 051acba..97a7af5 100755 --- a/bin/dashing +++ b/bin/dashing @@ -4,4 +4,5 @@ bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path("../../lib", bin_file) require 'dashing' +Dashing::CLI.source_root(File.expand_path('../../templates', bin_file)) Dashing::CLI.start(ARGV) |