oops_request_controller_spec.rb revision 7c7a19761235efff584ee65a1c6dc4aa1735ff64
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 }
#it { should set_the_flash.to(/Your request is send to OOPS!/i) }
end
before do
end
it { should respond_with :forbidden }
#it { should set_the_flash.to(/Already send to OOPS/i) }
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