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
522d754d
Commit
522d754d
authored
Oct 01, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try wear_merged! without argument
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
3dde6bb3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
features/support/env.rb
features/support/env.rb
+1
-1
lib/tasks/test.rake
lib/tasks/test.rake
+1
-1
spec/spec_helper.rb
spec/spec_helper.rb
+1
-1
No files found.
features/support/env.rb
View file @
522d754d
...
...
@@ -4,7 +4,7 @@ end
if
ENV
[
'COVERALLS'
]
require
'coveralls'
Coveralls
.
wear_merged!
(
'rails'
)
Coveralls
.
wear_merged!
end
ENV
[
'RAILS_ENV'
]
=
'test'
...
...
lib/tasks/test.rake
View file @
522d754d
...
...
@@ -9,5 +9,5 @@ unless Rails.env.production?
require
'coveralls/rake/task'
Coveralls
::
RakeTask
.
new
desc
"GITLAB | Run all tests on CI with simplecov"
task
:test_ci
=>
[
:sp
ec
,
:spinach
,
'coveralls:push'
]
task
:test_ci
=>
[
:sp
inach
,
:spec
,
'coveralls:push'
]
end
spec/spec_helper.rb
View file @
522d754d
...
...
@@ -4,7 +4,7 @@ end
if
ENV
[
'COVERALLS'
]
require
'coveralls'
Coveralls
.
wear_merged!
(
'rails'
)
Coveralls
.
wear_merged!
end
ENV
[
"RAILS_ENV"
]
||=
'test'
...
...
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