Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
71d6582c
Commit
71d6582c
authored
Mar 12, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed spec coma
parent
0592b6a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+5
-4
spec/models/project_spec.rb
spec/models/project_spec.rb
+1
-1
No files found.
README.md
View file @
71d6582c
...
...
@@ -5,14 +5,15 @@ GitLab is a free project and repository management application
## Application details
*
rails 3.1
*
works only with gitolit
e
*
sqlite as default a databas
e
*
based on Ruby on Rails
*
distributed under the MIT Licens
e
*
works with gitolit
e
## Requirements
*
Ubuntu/Debian
*
ruby 1.9.2
*
mysql
*
mysql
or sqlite
*
git
*
gitolite
*
redis
...
...
spec/models/project_spec.rb
View file @
71d6582c
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment