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

CI experiments #59

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clean up spec/definitions/**/*.yml
These contained a load of duplicated definitions for methods that are
inherited from Module. This will make tests a teensy tiny bit faster,
but mostly makes these files actually sort of useful.

These changes were made manually, the generate_definitions.rb script
should probably be updated to be a bit more precise, but we can deal
with that the next time somebody feels like running it.
grncdr committed May 20, 2023
commit b479fdb3792840028aef6435eff09dd418f16cd5
14 changes: 1 addition & 13 deletions spec/definitions/rails7/actioncontroller.yml
Original file line number Diff line number Diff line change
@@ -35,10 +35,6 @@ ActionController::Base.after_action:
types:
- undefined
skip: true
ActionController::Base.alias_attribute:
types:
- undefined
skip: false
ActionController::Base.all_helpers_from_path:
types:
- undefined
@@ -637,10 +633,6 @@ ActionController::Base.request_forgery_protection_token=:
types:
- undefined
skip: true
ActionController::Base.require_dependency:
types:
- undefined
skip: true
ActionController::Base.rescue_from:
types:
- undefined
@@ -796,7 +788,7 @@ ActionController::Base.urlsafe_csrf_tokens=:
ActionController::Base.use:
types:
- undefined
skip: true
skip: false
ActionController::Base.use_renderer:
types:
- undefined
@@ -1495,10 +1487,6 @@ ActionController::Base#request_http_token_authentication:
types:
- undefined
skip: true
ActionController::Base#require_dependency:
types:
- undefined
skip: true
ActionController::Base#rescue_handlers:
types:
- undefined
Loading