Skip to content
main
Switch branches/tags
Code

Latest commit

* Remove `require "rails/generators/test_case"` in generator tests

`require "rails/generators/test_case"` is called from rails/test_help on railtie gem.
So We don't need to call them on each test files, removed them.

https://github.com/rails/rails/blob/5-2-stable/railties/lib/rails/test_help.rb#L11

* Update docs/CHANGELOG.md

Co-authored-by: Joel Hawksley <joelhawksley@github.com>
e42596f

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Oct 27, 2020

ViewComponent logo

A framework for building reusable, testable & encapsulated view components in Ruby on Rails.

Documentation

See viewcomponent.org for documentation.

Contributing

This project is intended to be a safe, welcoming space for collaboration. Contributors are expected to adhere to the Contributor Covenant code of conduct. We recommend reading the contributing guide as well.

License

ViewComponent is available as open source under the terms of the MIT License.