summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-03 18:22:56 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-03 18:22:56 +0200
commit891dc550e0c5cef88b250a98d9546a25da0912ba (patch)
tree4dc23a2e09d4097bb84bb2c539a9602d8767a6e0 /README.md
parent06807885cf6095517f8d128f0d870f1f81837784 (diff)
downloadgitlab-ce-891dc550e0c5cef88b250a98d9546a25da0912ba.tar.gz
README code in lists
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index f2a45ac7d65..02b4722f4be 100644
--- a/README.md
+++ b/README.md
@@ -76,20 +76,20 @@ You can either follow the "ordinary" Installation guide to install it on a machi
* Seed the database with
- bundle exec rake db:setup RAILS_ENV=test
- bundle exec rake db:seed_fu RAILS_ENV=test
+ bundle exec rake db:setup RAILS_ENV=test
+ bundle exec rake db:seed_fu RAILS_ENV=test
* Run all tests
- bundle exec rake gitlab:test
+ bundle exec rake gitlab:test
* Rspec unit and functional tests
- bundle exec rake spec
+ bundle exec rake spec
* Spinach integration tests
- bundle exec rake spinach
+ bundle exec rake spinach
### Getting help