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
Jérome Perrin
gitlab-ce
Commits
20d8de8f
Commit
20d8de8f
authored
Jul 12, 2016
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We're not using them (and look at the typo)
parent
850bb6db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
spec/spec_helper.rb
spec/spec_helper.rb
+0
-1
spec/support/relative_url.rb
spec/support/relative_url.rb
+0
-8
No files found.
spec/spec_helper.rb
View file @
20d8de8f
...
@@ -33,7 +33,6 @@ RSpec.configure do |config|
...
@@ -33,7 +33,6 @@ RSpec.configure do |config|
config
.
include
LoginHelpers
,
type: :request
config
.
include
LoginHelpers
,
type: :request
config
.
include
StubConfiguration
config
.
include
StubConfiguration
config
.
include
EmailHelpers
config
.
include
EmailHelpers
config
.
include
RelativeUrl
,
type:
feature
config
.
include
TestEnv
config
.
include
TestEnv
config
.
include
ActiveJob
::
TestHelper
config
.
include
ActiveJob
::
TestHelper
config
.
include
StubGitlabCalls
config
.
include
StubGitlabCalls
...
...
spec/support/relative_url.rb
deleted
100644 → 0
View file @
850bb6db
# Fix route helpers in tests (e.g. root_path, ...)
module
RelativeUrl
extend
ActiveSupport
::
Concern
included
do
default_url_options
[
:script_name
]
=
Rails
.
application
.
config
.
relative_url_root
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