Skip to content

Commit

Permalink
Remove outdated comment on the project test seed
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Oct 3, 2014
1 parent a3d90c5 commit 6014e28
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions spec/factories/projects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@
end
end

# Generates a test repository from the repository stored under `spec/seed_project.tar.gz`.
# Once you run `rake gitlab:setup`, you can see what the repository looks like under `tmp/repositories/gitlabhq`.
# In order to modify files in the repository, you must untar the seed, modify and remake the tar.
# Before recompressing, do not forget to `git checkout master`.
# After recompressing, you need to run `RAILS_ENV=test bundle exec rake gitlab:setup` to regenerate the seeds under tmp.
#
# If you want to modify the repository only for an specific type of tests, e.g., markdown tests,
# consider using a feature branch to reduce the chances of collision with other tests.
# Create a new commit, and use the same commit message that you will use for the change in the main repo.
# Changing the commig message and SHA of branch `master` may break tests.
factory :project, parent: :empty_project do
path { 'gitlabhq' }

Expand Down

0 comments on commit 6014e28

Please sign in to comment.