Sha256: 499ea8d7ff53506249d5df495b11bd706803b12ebaef33105abda41d3a8158c1
Contents?: true
Size: 391 Bytes
Versions: 3
Compression:
Stored size: 391 Bytes
Contents
# class HandsomeFencer # # class Test < 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
handsome_fencer-test-0.2.2 | lib/tasks/test.thor |
handsome_fencer-test-0.2.1 | lib/tasks/test.thor |
handsome_fencer-test-0.2.0 | lib/tasks/test.thor |