We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you want to contribute to Gitlab, follow this process:
We only accept pull requests if:
To run the specs for Gitlab, you need to run seeds for test db.
cd gitlabhq rake db:seed_fu RAILS_ENV=test
Then you can run the test suite with rake:
rake spec