提交 71d6582c 编写于 作者: D Dmitriy Zaporozhets

fixed spec coma

上级 0592b6a8
......@@ -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
......
......@@ -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 }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册