Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brainspec/enumerize
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: brainspec/enumerize
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: minitest-spec
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Nov 20, 2022

  1. Use class inheritance to define Minetest specs.

    28dd224 this commit
    introduced an issue where mititest specs that were defined with `describe` weren't running. I couldn't
    figure out what's the reason but since we use both RSpec and Minitest it's better to stick to separate
    spec definitions.
    @nashby
    nashby committedNov 20, 2022
    Configuration menu
    Copy the full SHA
    a53ffa8View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3117c14View commit details
    Browse the repository at this point in the history
  3. Make sure we rescue Mongoid::Errors::AttributeNotLoaded.

    It's an error Mongoid throws when Enumerize is trying to set default value
    for enumerized attribute that wasn't loaded.
    @nashby
    nashby committedNov 20, 2022
    Configuration menu
    Copy the full SHA
    0eda595View commit details
    Browse the repository at this point in the history
Loading