Skip to content

Commit

Permalink
Move generation templates to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalyst committed Sep 20, 2023
1 parent e1e3c0e commit 2cb3f2b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/dummy.thor
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "active_support/core_ext/module/delegation"
class Dummy < Thor
include Thor::Actions

source_root File.expand_path("../../spec/support/templates", __dir__)
source_root File.expand_path("../../spec/templates", __dir__)

def initialize(args = [], local_options = {}, config = {})
super
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2cb3f2b

Please sign in to comment.