Skip to content

Commit

Permalink
Merge pull request #1441 from jrochkind/dummy_generator_does_not_need…
Browse files Browse the repository at this point in the history
…_custom_user_init

DummyGenerator doesn't need to create a custom_user.rb initializer
  • Loading branch information
jhawthorn authored Sep 16, 2016
2 parents d71375c + f04c131 commit c98ab97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/lib/generators/spree/dummy/dummy_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def test_dummy_config
template "rails/routes.rb", "#{dummy_path}/config/routes.rb", force: true
template "rails/test.rb", "#{dummy_path}/config/environments/test.rb", force: true
template "rails/script/rails", "#{dummy_path}/spec/dummy/script/rails", force: true
template "initializers/custom_user.rb", "#{dummy_path}/config/initializers/custom_user.rb", force: true

# FIXME: We aren't ready for rails 5 defaults
remove_file "#{dummy_path}/config/initializers/new_framework_defaults.rb"
Expand Down

This file was deleted.

0 comments on commit c98ab97

Please sign in to comment.