Skip to content

Commit

Permalink
Remove test_unit plugin_generator
Browse files Browse the repository at this point in the history
While looking for templates using the `.rb` extension instead of
`.rb.tt`, my search ended up finding this `test_helper.rb` file.

```
$ fd | rg "/templates/.*\.rb$"
./actioncable/lib/rails/generators/channel/templates/application_cable/channel.rb
./actioncable/lib/rails/generators/channel/templates/application_cable/connection.rb
./railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb
```

Instead of correcting the extension, I opted to remove it because the
`test_unit:plugin` generator appears to be unused.
  • Loading branch information
skipkayhil committed Jun 30, 2024
1 parent d43ee20 commit 5e1651f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
15 changes: 0 additions & 15 deletions railties/lib/rails/generators/test_unit/plugin/plugin_generator.rb

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5e1651f

Please sign in to comment.