-
Notifications
You must be signed in to change notification settings - Fork 131
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
Add integration tests for add-on #2108
base: main
Are you sure you want to change the base?
Conversation
731b94a
to
1272fc7
Compare
13e7fb1
to
c430822
Compare
1341238
to
f73556c
Compare
Looking into the test failures, seems unrelated to this PR though:
|
ac043a9
to
7cfa93a
Compare
|
||
module ActiveSupport | ||
class TestCase | ||
def pop_result(server) |
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.
Copied from ruby-lsp-rail's test suite, but we may be able to remove: Shopify/ruby-lsp-rails#548
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.
That'd be nice.
|
||
module ActiveSupport | ||
class TestCase | ||
def pop_result(server) |
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.
That'd be nice.
|
30963aa
to
9cfb25c
Compare
Closes https://github.com/Shopify/team-ruby-dx/issues/1327
This PR adds an integration test for the flow of generating DSL RBIs for a particular compiler.
I chose to use the ActiveJob compiler to avoid any database complexity.
I've tried to reduce the Rails files to the minimum possible.