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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
535339a6
Commit
535339a6
authored
Mar 25, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
d4bfacc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
13 deletions
+1
-13
spec/requests/api/issues_spec.rb
spec/requests/api/issues_spec.rb
+0
-12
spec/support/test_env.rb
spec/support/test_env.rb
+1
-1
No files found.
spec/requests/api/issues_spec.rb
View file @
535339a6
...
@@ -100,16 +100,4 @@ describe API::API do
...
@@ -100,16 +100,4 @@ describe API::API do
response
.
status
.
should
==
405
response
.
status
.
should
==
405
end
end
end
end
describe
"PUT /projects/:id/issues/:issue_id to test observer on close"
do
before
{
enable_observers
}
after
{
disable_observers
}
it
"should create an activity event when an issue is closed"
do
Event
.
should_receive
(
:create
)
put
api
(
"/projects/
#{
project
.
id
}
/issues/
#{
issue
.
id
}
"
,
user
),
state_event:
"close"
end
end
end
end
spec/support/test_env.rb
View file @
535339a6
...
@@ -90,7 +90,7 @@ module TestEnv
...
@@ -90,7 +90,7 @@ module TestEnv
size:
12.45
size:
12.45
)
)
Activity
Observer
.
any_instance
.
stub
(
Base
Observer
.
any_instance
.
stub
(
current_user:
double
(
"current_user"
,
id:
1
)
current_user:
double
(
"current_user"
,
id:
1
)
)
)
end
end
...
...
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