提交 fefa8ae9 编写于 作者: A Arun Agrawal

Fixed plugin_generator test

Template replay needs to happen after bundle.

As we are doing TemplateRecording in apply_rails_template.

here are few commits for changes

8beb42cf
9104702b
上级 705b720b
......@@ -185,6 +185,7 @@ def initialize(*args)
end
public_task :set_default_accessors!
public_task :apply_rails_template
public_task :create_root
def create_root_files
......@@ -241,7 +242,6 @@ def finish_template
build(:leftovers)
end
public_task :apply_rails_template, :run_bundle
def name
@name ||= begin
......@@ -255,6 +255,9 @@ def name
end
end
public_task :run_bundle
public_task :replay_template
protected
def app_templates_dir
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册