fixed spec coma

3-1-stable
Dmitriy Zaporozhets 2012-03-12 21:51:41 +02:00
parent 0592b6a864
commit 71d6582c9f
2 changed files with 6 additions and 5 deletions

View File

@ -5,14 +5,15 @@ GitLab is a free project and repository management application
## Application details
* rails 3.1
* works only with gitolite
* sqlite as default a database
* based on Ruby on Rails
* distributed under the MIT License
* works with gitolite
## Requirements
* Ubuntu/Debian
* ruby 1.9.2
* mysql
* mysql or sqlite
* git
* gitolite
* redis

View File

@ -75,7 +75,7 @@ describe Project do
let(:project) { Factory :project }
before do
@issue = Factory :issue, :project => project,
@issue = Factory :issue, :project => project
end
it { project.last_activity.should == Event.last }