summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index a08aa40..3509c56 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -17,9 +17,6 @@ RSpec.configure do |config|
config.define_derived_metadata(file_path: %r{/spec/integration}) do |metadata|
metadata[:type] = :integration
end
- config.before(:suite) do
- system('./bin/docker-build') unless ENV['LM_HOME']
- end
config.after(:example, type: :integration) do
runner.cleanup
end