-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Tang rufus add skip display none #218
Conversation
data-dom-id=\"#{id}\"></div>".squish | ||
end | ||
|
||
it { is_expected.to include react_definition_div_skip_display_none } |
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.
Need a test to verify that it's there in the normal case.
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.
I believe the test above it should cover the normal case as it defaults to display: none, I didn't want to repeat the same line but I can add a test for default.
feb4787
to
0a4ef31
Compare
0a4ef31
to
ce9d3b0
Compare
@aaronvb I didn't see the test the specifies the basic case that the display: none is included if the config value is false. Can you point me to it? Reviewed 4 of 4 files at r1, 3 of 3 files at r2. Comments from the review on Reviewable.io |
Review status: all files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. spec/dummy/spec/helpers/react_on_rails_helper_spec.rb, line 79 [r2] (raw file): we need a test if the option is false Comments from the review on Reviewable.io |
@justin808 Adding it now, will push in a few! |
ce9d3b0
to
22f0815
Compare
spec/dummy/spec/helpers/react_on_rails_helper_spec.rb, line 79 [r2] (raw file): Comments from the review on Reviewable.io |
Reviewed 1 of 1 files at r3. spec/dummy/spec/helpers/react_on_rails_helper_spec.rb, line 79 [r2] (raw file): Comments from the review on Reviewable.io |
Tang rufus add skip display none
Thanks @aaronvb and @tangrufus. I'll do a release in a little bit. |
@justin808 @tangrufus Good work, glad we got this PR finished! |
Merged PR #174 and added tests.