komposable / komponent

An opinionated way of organizing front-end code in Ruby on Rails, based on components
http://komponent.io
MIT License
428 stars 31 forks source link

Add failing test case for view_renderer leaking to rails (#144) #146

Closed robink closed 5 years ago

robink commented 5 years ago

Added some test cases (and a failing one) according to https://github.com/komposable/komponent/issues/144

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 933


Totals Coverage Status
Change from base Build 814: 0.006%
Covered Lines: 182
Relevant Lines: 183

💛 - Coveralls
Spone commented 5 years ago

Thanks @robink! We still have this issue on ruby-head which is unrelated to your changes, we'll have a look soon!

Spone commented 5 years ago

Thanks @robink for your work on this!