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

Add back activesupport #259

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add back activesupport #259

wants to merge 2 commits into from

Conversation

adomokos
Copy link
Owner

We are not ready to remove it. There are instances of blank? and singularize that are used in the code.

Removing activesupport still not fails any of the tests, as we have generator_spec that uses and installs activesupport.

Fixes #257 and #258.

@adomokos adomokos added the bug label Oct 26, 2024
@adomokos adomokos self-assigned this Oct 26, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 26, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.47%. Comparing base (746b239) to head (5047cfe).
Report is 2 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #259   +/-   ##
=======================================
  Coverage   99.47%   99.47%           
=======================================
  Files          29       29           
  Lines         766      767    +1     
=======================================
+ Hits          762      763    +1     
  Misses          4        4           
Flag Coverage Δ
unittests 99.47% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adomokos adomokos force-pushed the ad/add-back-active-support branch from 5263863 to 5994bb4 Compare October 26, 2024 04:10
We are not ready to remove it. There are instances of `blank?` and
`singularize` that are used in the code.

Removing `activesupport` still not fails any of the tests, as we have
`generator_spec` that uses and installs `activesupport`.
@adomokos adomokos force-pushed the ad/add-back-active-support branch from 5994bb4 to 5047cfe Compare November 9, 2024 18:08
@adomokos
Copy link
Owner Author

adomokos commented Nov 9, 2024

Addresses #260

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

Successfully merging this pull request may close these issues.

Not providing expects or promises values will error out
2 participants