base_error_spec.rb 109 B

123456
  1. # frozen_string_literal: true
  2. require 'rails_helper'
  3. RSpec.describe APIError::BaseError, type: :lib do
  4. end