require 'spec_helper'
context 'deleting a repository' do
it{ should respond_with :found }
end
before do
create :import_mapping, target: importing, source: ontology
end
end
it{ should respond_with :found }
end
end
end
it { should respond_with :success }
it { should render_template :index }
end
before { get :show, id: repository.path }
it { should respond_with :success }
it { should render_template :show }
end
end
end
before do
end
before do
end
after do
end
it { should respond_with :found }
end
end
before do
end
it { should respond_with :found }
end
end
end
end
end