diff options
author | Chris Schlaeger <chris@linux.com> | 2014-07-27 22:34:46 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-07-27 22:34:46 +0200 |
commit | 4f742d6a95c4c936cff891dc5f64c177201a4139 (patch) | |
tree | 0d1b5e136d72008fae89dc72f4685735cbdb4239 /lib/postrunner.rb | |
parent | d60fdbc524326703526c1bf021c99e75a39fe6a5 (diff) | |
download | postrunner-4f742d6a95c4c936cff891dc5f64c177201a4139.zip |
Refactoring the command handling
Diffstat (limited to 'lib/postrunner.rb')
-rw-r--r-- | lib/postrunner.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/postrunner.rb b/lib/postrunner.rb index 681c583..6d241e6 100644 --- a/lib/postrunner.rb +++ b/lib/postrunner.rb @@ -1,7 +1,6 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', '..', 'fit4ruby', 'lib')) $:.unshift(File.dirname(__FILE__)) -require 'postrunner/version' require 'postrunner/Main' module PostRunner |