mirror of
https://github.com/czhu12/canine.git
synced 2025-12-21 10:49:49 -06:00
11 lines
225 B
Ruby
11 lines
225 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rails_helper'
|
|
require './spec/integration/api/swagger_schemas'
|
|
|
|
RSpec.describe SwaggerSchemas do
|
|
it 'matches' do
|
|
expect { described_class.validate! }.not_to raise_error
|
|
end
|
|
end
|