lib/cocina/models.rb in cocina-models-0.69.1 vs lib/cocina/models.rb in cocina-models-0.69.2
- old
+ new
@@ -32,9 +32,11 @@
end
loader = Zeitwerk::Loader.new
loader.inflector = CocinaModelsInflector.new
loader.push_dir(File.absolute_path("#{__FILE__}/../.."))
+loader.ignore("#{__dir__}/rspec.rb")
+loader.ignore("#{__dir__}/rspec/**/*.rb")
loader.setup
module Cocina
# Provides Ruby objects for the repository and serializing them to/from JSON.
module Models