oops_request_spec.rb revision 7bebf8396156d48fa7b9af5a659b7bf64461aca2
require 'spec_helper'
describe OopsRequest do
context 'associations' do
it { should belong_to :ontology_version }
it { should have_many :responses }
end
end