Sha256: 0b6778bba81e0bd7871c264c1405a21c62b1697081f885153c29f9dd27dd4e9f

Contents?: true

Size: 439 Bytes

Versions: 3

Compression:

Stored size: 439 Bytes

Contents

# 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
handsome_fencer-test-0.2.2 lib/handsome_fencer/test/install.rb
handsome_fencer-test-0.2.1 lib/handsome_fencer/test/install.rb
handsome_fencer-test-0.2.0 lib/handsome_fencer/test/install.rb