We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Haven't done much testing with slots just here, but I want to make the setup there as easy as possible.
The text was updated successfully, but these errors were encountered:
I guess the ideal thing to aim for here might be:
describe SomeComponent do describe "#with_some_slot" do let(:component_instance) { component.with_some_slot(...) } end end
And from there, allow folks to choose what they want to vary between each test, whether that's a block for freeform content, args, or both.
Sorry, something went wrong.
No branches or pull requests
Haven't done much testing with slots just here, but I want to make the setup there as easy as possible.
The text was updated successfully, but these errors were encountered: