Skip to content

Commit

Permalink
Remove steep_expectations.yml
Browse files Browse the repository at this point in the history
Annotated User#articles definition using `@dynamic`.
  • Loading branch information
rhiroe committed Jul 29, 2024
1 parent 409d73f commit 0fa146b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions gems/activerecord/6.0/_test/activerecord-generated.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class User < ActiveRecord::Base
enum status: { active: 0, inactive: 1 }, _suffix: true
enum role: { admin: 0, user: 1 }, _prefix: :user_role

# @dynamic articles
has_many :articles

validates :name, presence: true, if: -> { something }
Expand Down
13 changes: 0 additions & 13 deletions gems/activerecord/6.0/_test/steep_expectations.yml

This file was deleted.

1 change: 0 additions & 1 deletion gems/activerecord/6.1/_test/steep_expectations.yml

This file was deleted.

0 comments on commit 0fa146b

Please sign in to comment.