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

Fixed steep error points in ActiveRecord 6.1 #631

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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: 1 addition & 0 deletions gems/activerecord/6.1/_test/metadata.yaml