Files
ubicloud/spec/prog/install_rhizome_spec.rb
Eren Başak 54ad27fa43 Re-enable Rhizome Validation
Previously, we found that validations failed after the validation
changes are deployed. In my tests, I realized that the validations
failed due to Gemfile.lock changing after the bundle install step.

I decided to filter out the Gemfile.lock file. Alternatively, we
could move the validation step before the gem install step, but
making sure that `bundle install` runs before any ruby script is run
sounded like a better idea.
2024-11-04 13:53:55 +02:00

1.5 KiB