mirror of
https://github.com/kemko/liquid.git
synced 2026-01-08 19:25:40 +03:00
Integrate superfluid into test suite
This commit is contained in:
@@ -19,6 +19,11 @@ if ENV['LIQUID-C'] == '1'
|
||||
require 'liquid/c'
|
||||
end
|
||||
|
||||
if ENV['SUPERFLUID'] == '1'
|
||||
puts "-- SUPERFLUID"
|
||||
require 'liquid/superfluid'
|
||||
end
|
||||
|
||||
if Minitest.const_defined?('Test')
|
||||
# We're on Minitest 5+. Nothing to do here.
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user