# File lib/fastcst/command/undo.rb, line 8
 8:         def initialize(argv)
 9:             @directory = "."
10:         
11:             super(argv, [
12:                ["-t", "--test", "", :@test],
13:             ])
14:             @repo_dir = Repository.search
15:         end