fixed spec coma
This commit is contained in:
parent
0592b6a864
commit
71d6582c9f
2 changed files with 6 additions and 5 deletions
|
@ -5,14 +5,15 @@ GitLab is a free project and repository management application
|
||||||
|
|
||||||
## Application details
|
## Application details
|
||||||
|
|
||||||
* rails 3.1
|
* based on Ruby on Rails
|
||||||
* works only with gitolite
|
* distributed under the MIT License
|
||||||
* sqlite as default a database
|
* works with gitolite
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
* Ubuntu/Debian
|
||||||
* ruby 1.9.2
|
* ruby 1.9.2
|
||||||
* mysql
|
* mysql or sqlite
|
||||||
* git
|
* git
|
||||||
* gitolite
|
* gitolite
|
||||||
* redis
|
* redis
|
||||||
|
|
|
@ -75,7 +75,7 @@ describe Project do
|
||||||
let(:project) { Factory :project }
|
let(:project) { Factory :project }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
@issue = Factory :issue, :project => project,
|
@issue = Factory :issue, :project => project
|
||||||
end
|
end
|
||||||
|
|
||||||
it { project.last_activity.should == Event.last }
|
it { project.last_activity.should == Event.last }
|
||||||
|
|
Loading…
Reference in a new issue