Skip to content

Commit

Permalink
Merge pull request solidusio#1497 from jhawthorn/old_hash_style
Browse files Browse the repository at this point in the history
Stop generating dummy app with old_style_hash
  • Loading branch information
cbrunsdon committed Oct 4, 2016
2 parents 2c221b1 + 72ace88 commit 42354f7
Showing 1 changed file with 0 additions and 1 deletion.
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 @@ -30,7 +30,6 @@ def generate_test_dummy
opts[:database] = 'sqlite3' if opts[:database].blank?
opts[:force] = true
opts[:skip_bundle] = true
opts[:old_style_hash] = true

puts "Generating dummy Rails application..."
invoke Rails::Generators::AppGenerator,
Expand Down

0 comments on commit 42354f7

Please sign in to comment.