From 3888198babdd6dfefa2326487af7ffcf5f2ac46e Mon Sep 17 00:00:00 2001 From: Daniel Illi Date: Fri, 2 Feb 2024 12:15:13 +0100 Subject: [PATCH] Add spec/api/schema_spec.rb, refs hitobito/hitobito#2399 --- spec/api/graphiti_schema_spec.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 spec/api/graphiti_schema_spec.rb diff --git a/spec/api/graphiti_schema_spec.rb b/spec/api/graphiti_schema_spec.rb new file mode 100644 index 00000000..6156ff98 --- /dev/null +++ b/spec/api/graphiti_schema_spec.rb @@ -0,0 +1,12 @@ +# frozen_string_literal: true + +# Copyright (c) 2024, Schweizer Alpen-Club. This file is part of +# hitobito_sac_cas and licensed under the Affero General Public License version 3 +# or later. See the COPYING file at the top-level directory or at +# https://github.com/hitobito/hitobito + +require 'spec_helper' + +describe 'Graphiti schema' do + it_behaves_like 'graphiti schema file is up to date' +end