# module HandsomeFencer # module Test # class Install < Thor # include Thor::Actions # def self.source_root # File.dirname(__FILE__) # end # desc "install", "Generates Guardfile and over-writes test_helper.rb" # def install # directory "templates/test_helper.rb.tt", "test/test_helper.rb" # directory "templates/Guardfile.tt", "Guardfile" # end # end # end # end