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
d3cc6396
Commit
d3cc6396
authored
Feb 13, 2017
by
Gabriel Mazetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move rainbow monkey patch to String to spec_helper
parent
3eb3d6d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
spec/db/production/settings.rb
spec/db/production/settings.rb
+0
-1
spec/spec_helper.rb
spec/spec_helper.rb
+3
-0
No files found.
spec/db/production/settings.rb
View file @
d3cc6396
require
'spec_helper'
require
'spec_helper'
require
'rainbow/ext/string'
describe
'seed production settings'
,
lib:
true
do
describe
'seed production settings'
,
lib:
true
do
include
StubENV
include
StubENV
...
...
spec/spec_helper.rb
View file @
d3cc6396
...
@@ -26,6 +26,9 @@ if ENV['CI'] && !ENV['NO_KNAPSACK']
...
@@ -26,6 +26,9 @@ if ENV['CI'] && !ENV['NO_KNAPSACK']
Knapsack
::
Adapters
::
RSpecAdapter
.
bind
Knapsack
::
Adapters
::
RSpecAdapter
.
bind
end
end
# require rainbow gem String monkeypatch, so we can test SystemChecks
require
'rainbow/ext/string'
# Requires supporting ruby files with custom matchers and macros, etc,
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
# in spec/support/ and its subdirectories.
Dir
[
Rails
.
root
.
join
(
"spec/support/**/*.rb"
)].
each
{
|
f
|
require
f
}
Dir
[
Rails
.
root
.
join
(
"spec/support/**/*.rb"
)].
each
{
|
f
|
require
f
}
...
...
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