repositories_controller_spec.rb revision 185e0dda526bdea41c570ed716693efad0bfef9e
require 'spec_helper'
context 'deleting a repository' do
before do
end
before do
end
it{ should respond_with :found }
end
before do
create :import_link, target: importing, source: ontology
end
it{ should respond_with :found }
end
end
end
before do
end
it { should respond_with :success }
it { should render_template :index }
end
before do
get :show, id: repository.path
end
it { should respond_with :success }
it { should render_template :show }
end
end
end