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
ded7053f
Commit
ded7053f
authored
Apr 18, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify jasmine.yml since we're using jasmine-rails gem
A lot of these values are handled by the asset pipeline.
parent
662bdfbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
30 deletions
+0
-30
spec/javascripts/support/jasmine.yml
spec/javascripts/support/jasmine.yml
+0
-30
No files found.
spec/javascripts/support/jasmine.yml
View file @
ded7053f
# path to parent directory of src_files
# relative path from Rails.root
# defaults to app/assets/javascripts
src_dir
:
"
app/assets/javascripts"
# path to additional directory of source file that are not part of assets pipeline and need to be included
# relative path from Rails.root
# defaults to []
# include_dir:
# - ../mobile_app/public/js
# path to parent directory of css_files
# relative path from Rails.root
# defaults to app/assets/stylesheets
css_dir
:
"
app/assets/stylesheets"
# list of file expressions to include as source files
# relative path from src_dir
src_files
:
-
"
application.{js.coffee,js,coffee}"
# list of file expressions to include as css files
# relative path from css_dir
css_files
:
# path to parent directory of spec_files
# relative path from Rails.root
#
...
...
@@ -43,8 +18,3 @@ helpers:
# relative path from spec_dir
spec_files
:
-
"
**/*[Ss]pec.{js.coffee,js,coffee}"
# path to directory of temporary files
# (spec runner and asset cache)
# defaults to tmp/jasmine
tmp_dir
:
"
tmp/jasmine"
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