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

Bump activerecord from 7.2.2 to 7.2.2.1 #41

Merged
merged 2 commits into from
Dec 16, 2024

build(deps): ⬆️ update versioned lock files

853d5b5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump activerecord from 7.2.2 to 7.2.2.1 #41

build(deps): ⬆️ update versioned lock files
853d5b5
Select commit
Loading
Failed to load commit list.
GitHub Actions / rspec succeeded Dec 16, 2024 in 0s

10 passed, 0 failed and 0 skipped

Tests passed successfully

✅ rspec.json

10 tests were completed in 0ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
./spec/human_enum_spec.rb 1✅ 0ms
./spec/support/shared/translation_examples.rb 9✅ 0ms

✅ ./spec/human_enum_spec.rb

HumanEnum
  ✅ HumanEnum has a version number

✅ ./spec/support/shared/translation_examples.rb

HumanEnum with Rails >= 7 syntax with a Hash of values Model class methods
  ✅ HumanEnum with Rails >= 7 syntax with a Hash of values Model class methods is expected to eq {:east=>"East", :north=>"Up?", :south=>"South", :west=>"West"}
HumanEnum with Rails >= 7 syntax with a Hash of values Model instance method when direction is east
  ✅ HumanEnum with Rails >= 7 syntax with a Hash of values Model instance method when direction is east is expected to eq "East"
HumanEnum with Rails >= 7 syntax with a Hash of values Model instance method when direction is north
  ✅ HumanEnum with Rails >= 7 syntax with a Hash of values Model instance method when direction is north is expected to eq "Up?"
HumanEnum with Rails >= 7 syntax with a Hash of values Model instance method when direction is south
  ✅ HumanEnum with Rails >= 7 syntax with a Hash of values Model instance method when direction is south is expected to eq "South"
HumanEnum with Rails >= 7 syntax with a Hash of values Model instance method when direction is west
  ✅ HumanEnum with Rails >= 7 syntax with a Hash of values Model instance method when direction is west is expected to eq "West"
HumanEnum with Rails >= 7 syntax with an array of values Model class methods
  ✅ HumanEnum with Rails >= 7 syntax with an array of values Model class methods is expected to eq {:circle=>"You spin me right round, baby", :square=>"Square", :triangle=>"Pointy boi"}
HumanEnum with Rails >= 7 syntax with an array of values Model instance method when shape is circle
  ✅ HumanEnum with Rails >= 7 syntax with an array of values Model instance method when shape is circle is expected to eq "You spin me right round, baby"
HumanEnum with Rails >= 7 syntax with an array of values Model instance method when shape is square
  ✅ HumanEnum with Rails >= 7 syntax with an array of values Model instance method when shape is square is expected to eq "Square"
HumanEnum with Rails >= 7 syntax with an array of values Model instance method when shape is triangle
  ✅ HumanEnum with Rails >= 7 syntax with an array of values Model instance method when shape is triangle is expected to eq "Pointy boi"