oops_request_controller_spec.rb revision 81d538c31ef91950f651abc52a19c56a44be9c85
require 'spec_helper'
context 'OntologyVersion OOPS-Integration' do
let!(:version) { FactoryGirl.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