From be316d082308803c6649a811375bb3a4175bd031 Mon Sep 17 00:00:00 2001 From: James Pearson Date: Fri, 31 May 2013 13:36:12 -0700 Subject: [PATCH] Fix docs filename typo. --- docs/DEVELOPER-ADVANCED.md | 22 ++++++++++++++++++++++ docs/DEVELOPPER-ADVANCED.md | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 docs/DEVELOPER-ADVANCED.md delete mode 100644 docs/DEVELOPPER-ADVANCED.md diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md new file mode 100644 index 0000000..8608c63 --- /dev/null +++ b/docs/DEVELOPER-ADVANCED.md @@ -0,0 +1,22 @@ +# Some Tips to help you when you develop on Errbit + +## Running spec on multi-threaded mode + +Running the complete test suite can be really long. You can running it +on multi-fork system with the wonderfull gem of +[@tmm1](http://github.com/tmm1), [test-queue](http://github.com/tmm1/test-queue) + +If you want do it, you need install in first the gem 'test-queue' + +``` +gem install test-queue +``` + +After you just need launch the script with adapting runner of mongoid. + +``` +./script/rspec-queue-mongoid.rb spec +``` + +In my case, the complete test suite down to 2min after a 16min long +before. diff --git a/docs/DEVELOPPER-ADVANCED.md b/docs/DEVELOPPER-ADVANCED.md deleted file mode 100644 index 8608c63..0000000 --- a/docs/DEVELOPPER-ADVANCED.md +++ /dev/null @@ -1,22 +0,0 @@ -# Some Tips to help you when you develop on Errbit - -## Running spec on multi-threaded mode - -Running the complete test suite can be really long. You can running it -on multi-fork system with the wonderfull gem of -[@tmm1](http://github.com/tmm1), [test-queue](http://github.com/tmm1/test-queue) - -If you want do it, you need install in first the gem 'test-queue' - -``` -gem install test-queue -``` - -After you just need launch the script with adapting runner of mongoid. - -``` -./script/rspec-queue-mongoid.rb spec -``` - -In my case, the complete test suite down to 2min after a 16min long -before. -- libgit2 0.21.2