Sha256: ac252835d5554ab12b13ff5c3974b462b1ba5273b6c16abcc66664c3fa027e5c

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 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

1 entries across 1 versions & 1 rubygems

Version Path
handsome_fencer-test-0.1.1 lib/tasks/test.thor