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
Boxiang Sun
gitlab-ce
Commits
ba9ff219
Commit
ba9ff219
authored
Feb 28, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix_backup_spec' into 'master'
Fix Backup Spec
parents
8a06144c
46b1c63b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/tasks/gitlab/backup_rake_spec.rb
spec/tasks/gitlab/backup_rake_spec.rb
+2
-2
No files found.
spec/tasks/gitlab/backup_rake_spec.rb
View file @
ba9ff219
...
@@ -32,10 +32,10 @@ describe 'gitlab:app namespace rake task' do
...
@@ -32,10 +32,10 @@ describe 'gitlab:app namespace rake task' do
Rake
::
Task
[
"gitlab:shell:setup"
].
stub
invoke:
true
Rake
::
Task
[
"gitlab:shell:setup"
].
stub
invoke:
true
end
end
let
(
:gitlab_version
)
{
%x{git rev-parse HEAD}
.
gsub
(
/\n/
,
""
)
}
let
(
:gitlab_version
)
{
Gitlab
::
VERSION
}
it
'should fail on mismatch'
do
it
'should fail on mismatch'
do
YAML
.
stub
load_file:
{
gitlab_version:
gitlab_version
.
reverse
}
YAML
.
stub
load_file:
{
gitlab_version:
"not
#{
gitlab_version
}
"
}
expect
{
run_rake_task
}.
to
raise_error
SystemExit
expect
{
run_rake_task
}.
to
raise_error
SystemExit
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