Commit 6356df84 authored by Jonathan Schafer's avatar Jonathan Schafer

Move shared examples to proper directory

parent fd3480de
# frozen_string_literal: true
require 'spec_helper'
require_relative './body_shared_examples'
RSpec.describe Vulnerabilities::Finding::Evidence::Request do
it { is_expected.to belong_to(:evidence).class_name('Vulnerabilities::Finding::Evidence').inverse_of(:request).required }
......
# frozen_string_literal: true
require 'spec_helper'
require_relative './body_shared_examples'
RSpec.describe Vulnerabilities::Finding::Evidence::Response do
it { is_expected.to belong_to(:evidence).class_name('Vulnerabilities::Finding::Evidence').inverse_of(:response).required }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment