diff --git a/lib/adamantium/repo.rb b/lib/adamantium/repo.rb deleted file mode 100644 index d77c095..0000000 --- a/lib/adamantium/repo.rb +++ /dev/null @@ -1,10 +0,0 @@ -# auto_register: false -# frozen_string_literal: true - -require "rom-repository" - -module Adamantium - class Repo < ROM::Repository::Root - include Deps[container: "persistence.rom"] - end -end