exe/lopata in lopata-0.1.8 vs exe/lopata in lopata-0.1.9

- old
+ new

@@ -2,10 +2,10 @@ require 'bundler/setup' require 'lopata/runner' # use default command with arguments if given command is unknown. argv = ARGV.dup -unless Lopata::Runner.all_commands.keys.include? argv +unless Lopata::Runner.all_commands.keys.map(&:to_s).include? argv.first argv.unshift 'test' end Lopata::Runner.start argv