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
Tatuya Kamada
gitlab-ce
Commits
e15af694
Commit
e15af694
authored
Apr 18, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-run rails g jasmine:install
parent
7679c500
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
4 deletions
+56
-4
spec/javascripts/support/jasmine.yml
spec/javascripts/support/jasmine.yml
+51
-3
spec/javascripts/support/jasmine_helper.rb
spec/javascripts/support/jasmine_helper.rb
+5
-1
No files found.
spec/javascripts/support/jasmine.yml
View file @
e15af694
...
@@ -25,7 +25,7 @@ src_files:
...
@@ -25,7 +25,7 @@ src_files:
# - stylesheets/*.css
# - stylesheets/*.css
#
#
stylesheets
:
stylesheets
:
-
stylesheets/**/*
.css
-
assets/application
.css
# helpers
# helpers
#
#
...
@@ -38,7 +38,7 @@ stylesheets:
...
@@ -38,7 +38,7 @@ stylesheets:
# - helpers/**/*.js
# - helpers/**/*.js
#
#
helpers
:
helpers
:
-
helpers/**/*.js
-
'
helpers/**/*.js'
# spec_files
# spec_files
#
#
...
@@ -73,4 +73,52 @@ src_dir:
...
@@ -73,4 +73,52 @@ src_dir:
#
#
# spec_dir: spec/javascripts
# spec_dir: spec/javascripts
#
#
spec_dir
:
spec/javascripts
spec_dir
:
# spec_helper
#
# Ruby file that Jasmine server will require before starting.
# Returned relative to your root path
# Default spec/javascripts/support/jasmine_helper.rb
#
# EXAMPLE:
#
# spec_helper: spec/javascripts/support/jasmine_helper.rb
#
spec_helper
:
spec/javascripts/support/jasmine_helper.rb
# boot_dir
#
# Boot directory path. Your boot_files must be returned relative to this path.
# Default: Built in boot file
#
# EXAMPLE:
#
# boot_dir: spec/javascripts/support/boot
#
boot_dir
:
# boot_files
#
# Return an array of filepaths relative to boot_dir to include in order to boot Jasmine
# Default: Built in boot file
#
# EXAMPLE
#
# boot_files:
# - '**/*.js'
#
boot_files
:
# rack_options
#
# Extra options to be passed to the rack server
# by default, Port and AccessLog are passed.
#
# This is an advanced options, and left empty by default
#
# EXAMPLE
#
# rack_options:
# server: 'thin'
spec/javascripts/support/jasmine_helper.rb
View file @
e15af694
...
@@ -8,4 +8,8 @@
...
@@ -8,4 +8,8 @@
# config.boot_files = lambda { ['/absolute/path/to/boot_dir/file.js'] }
# config.boot_files = lambda { ['/absolute/path/to/boot_dir/file.js'] }
#end
#end
#
#
#Example: prevent PhantomJS auto install, uses PhantomJS already on your path.
#Jasmine.configure do |config|
# config.prevent_phantom_js_auto_install = true
#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