Skip to content
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

Support for more 3rd party RSpec DSL/matchers #3

Open
6 of 7 tasks
lekemula opened this issue May 13, 2024 · 3 comments
Open
6 of 7 tasks

Support for more 3rd party RSpec DSL/matchers #3

lekemula opened this issue May 13, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@lekemula lekemula added the enhancement New feature or request label May 13, 2024
@jdelStrother
Copy link

I wondered about some sort of FactoryBot support - eg trying to jump to the definition for create(:blog_post) would jump me to the factory :blog_post do.... declaration.

Or, with regular Rails fixtures, whether blog_posts(:introduction) might be able to jump to fixtures/blog_posts.yml .

(Both sound quite hard to me, not sure what's possible).

@lekemula
Copy link
Owner Author

@jdelStrother thanks for bringing this up! As the topic of FactoryBot is slightly different from matcher utils, I created a separate issue, and will try to answer you there: #4

@lekemula lekemula self-assigned this Jul 10, 2024
@lekemula
Copy link
Owner Author

Most 3rd party libraries support (soon to be released) is added here: 07f1394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants