-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Komponent::ComponentRenderer #70
Conversation
lib/komponent/component_renderer.rb
Outdated
# frozen_string_literal: true | ||
|
||
module Komponent | ||
class Renderer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ComponentRenderer
instead ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me
@@ -13,6 +13,7 @@ namespace :test do | |||
t.libs << "lib" | |||
t.test_files = FileList["test/**/*_test.rb"] | |||
t.verbose = true | |||
t.warning = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove that.
end | ||
|
||
class ComponentRendererTest < ActionController::TestCase | ||
def test_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Naming it.
aa8b823
to
2564739
Compare
2564739
to
f6ce86a
Compare
This reverts commit 1b1b448.
This reverts commit 5fd09f3.
No description provided.