Commit 26a5626d authored by Toon Claes's avatar Toon Claes

Resolve conflict in spec/spec_helper.rb

parent 001752b7
...@@ -104,7 +104,6 @@ RSpec.configure do |config| ...@@ -104,7 +104,6 @@ RSpec.configure do |config|
TestEnv.init TestEnv.init
end end
<<<<<<< HEAD
# EE-specific start # EE-specific start
config.before(:all) do config.before(:all) do
License.destroy_all License.destroy_all
...@@ -112,8 +111,6 @@ RSpec.configure do |config| ...@@ -112,8 +111,6 @@ RSpec.configure do |config|
end end
# EE-specific stop # EE-specific stop
=======
>>>>>>> upstream/master
config.after(:all) do config.after(:all) do
TestEnv.clean_test_path TestEnv.clean_test_path
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment