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
60c7d355
Commit
60c7d355
authored
Jun 28, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove jasmine:ci task, execute teaspoon directly on CI
parent
9f166a86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
lib/tasks/jasmine.rake
lib/tasks/jasmine.rake
+0
-12
No files found.
.gitlab-ci.yml
View file @
60c7d355
...
...
@@ -45,9 +45,9 @@ spinach:other:
-
ruby
-
mysql
jasmine:ci
:
teaspoon
:
script
:
-
RAILS_ENV=test
SIMPLECOV=true bundle exec rake jasmine:ci
-
RAILS_ENV=test
bundle exec teaspoon
tags
:
-
ruby
-
mysql
...
...
lib/tasks/jasmine.rake
deleted
100644 → 0
View file @
9f166a86
# Since we no longer explicitly require the 'jasmine' gem, we lost the
# `jasmine:ci` task used by GitLab CI jobs.
#
# This provides a simple alias to run the `spec:javascript` task from the
# 'jasmine-rails' gem.
task
jasmine:
[
'jasmine:ci'
]
namespace
:jasmine
do
task
:ci
do
Rake
::
Task
[
'teaspoon'
].
invoke
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