gitlabhq/spec
Dan Knox 330fe4162e Fix Wiki migration task and add more test coverage.
There was an error in the #extract_attributes_from_page method that
caused an exception when checking to see if a page named "Home"
already exists.

The check occurs to handle the renaming of the main index page to
"Home" to match the Gollum standard. If there is already a page
called "Home" then the migrator will leave that page and create
the Index page as usual. Users will need to manually rename their
old "Home" page to something else then rename their "Index" page
to "Home". Fortunately, I would be highly surprised if this case
ever comes up.

I also added more verbosity to the logging so if an error does
occur, it will be easier to track down which Wiki page is causing
the problem.
2013-03-16 18:01:48 -07:00
..
contexts Improve CreateContext call. Fixed test 2013-01-18 20:21:13 +02:00
controllers Add and fix some tests for routing. 2013-03-06 16:36:01 +09:00
factories reannotated 2013-03-15 15:16:02 +02:00
features Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into DanKnox-use_gollum_wikis 2013-03-15 16:55:07 +02:00
helpers Use Gitlab Markdown for Markdown files and Gollum to render the rest. 2013-03-13 23:31:08 -07:00
lib Fix Wiki migration task and add more test coverage. 2013-03-16 18:01:48 -07:00
mailers Fix mailer tests 2013-02-01 15:37:21 +02:00
models Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into DanKnox-use_gollum_wikis 2013-03-15 16:55:07 +02:00
observers fixed omniauth email spec 2013-03-05 16:50:37 +02:00
requests/api fix api internal test 2013-03-11 15:47:44 +02:00
routing Add and fix some tests for routing. 2013-03-06 16:36:01 +09:00
services Use gitlab-shell to move repos. Requires gitlab-shell v1.1.0 2013-03-12 12:37:53 +02:00
support Finish select2-ajax for users. Added Select2Helper for tests 2013-03-14 10:16:27 +02:00
tasks/gitlab Fix routing issues when navigating over tree, commits etc 2012-12-25 06:14:05 +03:00
workers Fixing tests 2013-02-25 23:16:34 +02:00
factories.rb New field added 2013-02-28 16:11:13 +04:00
factories_spec.rb Tests to validate that invalid keys are rejected 2013-02-17 21:31:20 +02:00
seed_project.tar.gz Rspec test repo replaced.\nMerge Requests improved 2012-03-13 23:54:49 +02:00
spec_helper.rb add coveralls.io to travis builds 2013-03-10 20:26:27 +02:00