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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
8d98d61b
Commit
8d98d61b
authored
Apr 02, 2019
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix fast_spec_helper and add a test for it
parent
7b956a8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
.gitlab-ci.yml
.gitlab-ci.yml
+5
-0
spec/support/helpers/stub_configuration.rb
spec/support/helpers/stub_configuration.rb
+1
-0
spec/support/helpers/stub_object_storage.rb
spec/support/helpers/stub_object_storage.rb
+1
-0
No files found.
.gitlab-ci.yml
View file @
8d98d61b
...
...
@@ -684,6 +684,11 @@ rspec-mysql:
<<
:
*only-schedules-master
parallel
:
50
rspec-fast-spec-helper
:
<<
:
*rspec-metadata-pg
script
:
-
bundle exec rspec spec/fast_spec_helper.rb
.rspec-quarantine
:
&rspec-quarantine
<<
:
*only-schedules-master
script
:
...
...
spec/support/helpers/stub_configuration.rb
View file @
8d98d61b
...
...
@@ -121,4 +121,5 @@ module StubConfiguration
end
end
require_relative
'../../../ee/spec/support/helpers/ee/stub_configuration'
StubConfiguration
.
prepend
(
EE
::
StubConfiguration
)
spec/support/helpers/stub_object_storage.rb
View file @
8d98d61b
...
...
@@ -74,4 +74,5 @@ module StubObjectStorage
end
end
require_relative
'../../../ee/spec/support/helpers/ee/stub_object_storage'
StubObjectStorage
.
prepend
(
EE
::
StubObjectStorage
)
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