Commit 891dc550 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

README code in lists

parent 06807885
...@@ -76,20 +76,20 @@ You can either follow the "ordinary" Installation guide to install it on a machi ...@@ -76,20 +76,20 @@ You can either follow the "ordinary" Installation guide to install it on a machi
* Seed the database with * Seed the database with
bundle exec rake db:setup RAILS_ENV=test bundle exec rake db:setup RAILS_ENV=test
bundle exec rake db:seed_fu RAILS_ENV=test bundle exec rake db:seed_fu RAILS_ENV=test
* Run all tests * Run all tests
bundle exec rake gitlab:test bundle exec rake gitlab:test
* Rspec unit and functional tests * Rspec unit and functional tests
bundle exec rake spec bundle exec rake spec
* Spinach integration tests * Spinach integration tests
bundle exec rake spinach bundle exec rake spinach
### Getting help ### Getting help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment