Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
b71d587d
Commit
b71d587d
authored
8 years ago
by
winh
Browse files
Options
Download
Email Patches
Plain Diff
Use absolute URLs for fixtures
parent
80cece44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/javascripts/test_bundle.js
spec/javascripts/test_bundle.js
+2
-2
No files found.
spec/javascripts/test_bundle.js
View file @
b71d587d
// enable test fixtures
require
(
'
jasmine-jquery
'
);
jasmine
.
getFixtures
().
fixturesPath
=
'
base/spec/javascripts/fixtures
'
;
jasmine
.
getJSONFixtures
().
fixturesPath
=
'
base/spec/javascripts/fixtures
'
;
jasmine
.
getFixtures
().
fixturesPath
=
'
/
base/spec/javascripts/fixtures
'
;
jasmine
.
getJSONFixtures
().
fixturesPath
=
'
/
base/spec/javascripts/fixtures
'
;
// include common libraries
require
(
'
~/commons/index.js
'
);
...
...
This diff is collapsed.
Click to expand it.
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