-
Notifications
You must be signed in to change notification settings - Fork 116
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
Refactor test suite #299
Labels
Comments
1 task
tombruijn
added a commit
that referenced
this issue
Jul 1, 2024
tombruijn
added a commit
that referenced
this issue
Jul 24, 2024
Make sure AppSignal works on macOS too. Only test the primary Ruby builds. No need to test every gemset on macOS too. We just want to know if the Ruby gem installs and works. Part of #299
Merged
tombruijn
added a commit
that referenced
this issue
Jul 24, 2024
Make sure AppSignal works on macOS too. Only test the primary Ruby builds. No need to test every gemset on macOS too. We just want to know if the Ruby gem installs and works. Part of #299
tombruijn
added a commit
that referenced
this issue
Jul 24, 2024
Make sure AppSignal works on macOS too. Only test the primary Ruby builds. No need to test every gemset on macOS too. We just want to know if the Ruby gem installs and works. Part of #299
tombruijn
added a commit
that referenced
this issue
Jul 24, 2024
Make sure AppSignal works on macOS too. Only test the primary Ruby builds. No need to test every gemset on macOS too. We just want to know if the Ruby gem installs and works. Part of #299
This was referenced Sep 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
before :all|context
usageexpect do .. end.to_not raise_error
useless checks. Spec fails if an error occursThe text was updated successfully, but these errors were encountered: