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
82f3d86d
Commit
82f3d86d
authored
Aug 14, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts related to Timecop safe methods
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
9dfd3945
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
spec/features/boards/sidebar_spec.rb
spec/features/boards/sidebar_spec.rb
+1
-6
spec/lib/gitlab/git/storage/circuit_breaker_spec.rb
spec/lib/gitlab/git/storage/circuit_breaker_spec.rb
+0
-8
No files found.
spec/features/boards/sidebar_spec.rb
View file @
82f3d86d
...
@@ -15,17 +15,12 @@ describe 'Issue Boards', js: true do
...
@@ -15,17 +15,12 @@ describe 'Issue Boards', js: true do
let!
(
:list
)
{
create
(
:list
,
board:
board
,
label:
development
,
position:
0
)
}
let!
(
:list
)
{
create
(
:list
,
board:
board
,
label:
development
,
position:
0
)
}
let
(
:card
)
{
find
(
'.board:nth-child(2)'
).
first
(
'.card'
)
}
let
(
:card
)
{
find
(
'.board:nth-child(2)'
).
first
(
'.card'
)
}
<<<<<<<
HEAD
before
do
Timecop
.
freeze
stub_licensed_features
(
multiple_issue_assignees:
false
)
=======
around
do
|
example
|
around
do
|
example
|
Timecop
.
freeze
{
example
.
run
}
Timecop
.
freeze
{
example
.
run
}
end
end
>>>>>>>
ce
-
com
/
master
before
do
before
do
stub_licensed_features
(
multiple_issue_assignees:
false
)
project
.
add_master
(
user
)
project
.
add_master
(
user
)
sign_in
(
user
)
sign_in
(
user
)
...
...
spec/lib/gitlab/git/storage/circuit_breaker_spec.rb
View file @
82f3d86d
...
@@ -175,15 +175,7 @@ describe Gitlab::Git::Storage::CircuitBreaker, clean_gitlab_redis_shared_state:
...
@@ -175,15 +175,7 @@ describe Gitlab::Git::Storage::CircuitBreaker, clean_gitlab_redis_shared_state:
describe
'#track_storage_inaccessible'
do
describe
'#track_storage_inaccessible'
do
around
do
|
example
|
around
do
|
example
|
<<<<<<<
HEAD
Timecop
.
freeze
example
.
run
Timecop
.
return
=======
Timecop
.
freeze
{
example
.
run
}
Timecop
.
freeze
{
example
.
run
}
>>>>>>>
ce
-
com
/
master
end
end
it
'records the failure time in redis'
do
it
'records the failure time in redis'
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