repository_directories_controller_spec.rb revision 1dc4b347882e22db6d12af621d7db12e219655f5
require 'spec_helper'
before do
end
it{ should respond_with :redirect }
end
before do
post :create, repository_directory: attributes_for(:repository_directory), repository_id: repository.to_param
end
it{ should respond_with :redirect }
end
before do
end
before do
end
it{ should respond_with :success }
it{ should render_template :new }
end
before do
end
end
end
before do
end
it{ should render_template :new }
end
end
end