Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #28239 from y-yagi/use_appropriate_type_for_test_f…
…ramework_option

Use appropriate type for `test_framework` option
  • Loading branch information
kaspth authored and rafaelfranca committed Mar 1, 2017
1 parent 19c450d commit d737c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators.rb
Expand Up @@ -59,7 +59,7 @@ module Generators
stylesheets: true,
stylesheet_engine: :css,
scaffold_stylesheet: true,
test_framework: false,
test_framework: nil,
template_engine: :erb
}
}
Expand Down

0 comments on commit d737c2e

Please sign in to comment.