Skip to content

Commit

Permalink
Add spec/api/schema_spec.rb, refs hitobito/hitobito#2399
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-illi committed Feb 2, 2024
1 parent fcfe0c9 commit 3888198
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/api/graphiti_schema_spec.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3888198

Please sign in to comment.