Skip to content
  • Hartley McGuire's avatar
    fa737dc4
    Remove test_unit plugin_generator · fa737dc4
    Hartley McGuire authored
    
    
    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.
    
    Co-Authored-By: default avatarJean Boussier <jean.boussier@gmail.com>
    fa737dc4
    Remove test_unit plugin_generator
    Hartley McGuire authored
    
    
    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.
    
    Co-Authored-By: default avatarJean Boussier <jean.boussier@gmail.com>
Loading