oops_request_controller_spec.rb revision 8f6a3bb93a39a7ff11762d681958eeae57231772
require 'spec_helper'
context 'OntologyVersion OOPS-Integration' do
let!(:version) { create :ontology_version_with_file }
before do
end
before do
end
it { should respond_with :created }
end
before do
end
it { should respond_with :forbidden }
end
before do
end
it { should respond_with :created }
end
end
before do
end
it { should respond_with :success }
end
expect do
end
end
end
end
end
end