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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
7b11da63
Commit
7b11da63
authored
Mar 29, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Isolate CarrierWave uploads in test enviroment
parent
828ad5f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
spec/spec_helper.rb
spec/spec_helper.rb
+5
-0
No files found.
spec/spec_helper.rb
View file @
7b11da63
...
@@ -45,6 +45,10 @@ RSpec.configure do |config|
...
@@ -45,6 +45,10 @@ RSpec.configure do |config|
config
.
before
(
:suite
)
do
config
.
before
(
:suite
)
do
TestEnv
.
init
TestEnv
.
init
end
end
config
.
after
(
:suite
)
do
FileUtils
.
rm_rf
(
'tmp/tests/files'
)
end
end
end
FactoryGirl
::
SyntaxRunner
.
class_eval
do
FactoryGirl
::
SyntaxRunner
.
class_eval
do
...
@@ -58,3 +62,4 @@ RSpec::Rails::ViewRendering::EmptyTemplatePathSetDecorator.class_eval do
...
@@ -58,3 +62,4 @@ RSpec::Rails::ViewRendering::EmptyTemplatePathSetDecorator.class_eval do
end
end
ActiveRecord
::
Migration
.
maintain_test_schema!
ActiveRecord
::
Migration
.
maintain_test_schema!
CarrierWave
.
root
=
'tmp/tests/files'
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