Bump activerecord from 7.2.2 to 7.2.2.1 #41
Merged
GitHub Actions / rspec
succeeded
Dec 16, 2024 in 0s
10 passed, 0 failed and 0 skipped
✅ 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"
Loading