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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
b603e0dc
Commit
b603e0dc
authored
Mar 01, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spec
parent
5263dd42
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/models/project_spec.rb
spec/models/project_spec.rb
+2
-2
No files found.
spec/models/project_spec.rb
View file @
b603e0dc
...
@@ -103,8 +103,8 @@ describe Project do
...
@@ -103,8 +103,8 @@ describe Project do
:author
=>
Factory
(
:user
)
:author
=>
Factory
(
:user
)
end
end
it
{
project
.
last_activity
.
should
==
@note
}
it
{
project
.
last_activity
.
should
==
Event
.
last
}
it
{
project
.
last_activity_date
.
to_s
.
should
==
@note
.
created_at
.
to_s
}
it
{
project
.
last_activity_date
.
to_s
.
should
==
Event
.
last
.
created_at
.
to_s
}
end
end
describe
"fresh commits"
do
describe
"fresh commits"
do
...
...
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