lib/atcoder_greedy/command.rb in atcoder_greedy-0.1.1 vs lib/atcoder_greedy/command.rb in atcoder_greedy-0.2.0
- old
+ new
@@ -1,8 +1,9 @@
require 'atcoder_greedy'
require 'thor'
require 'atcoder_greedy/command/create'
+require 'atcoder_greedy/command/test'
module AtcoderGreedy
class Command < Thor
end
-end
\ No newline at end of file
+end