Sha256: 210484932ed6ab113f596915d85aa0dc1eca5b60ce1c428687637c2cf117382b

Contents?: true

Size: 542 Bytes

Versions: 16

Compression:

Stored size: 542 Bytes

Contents

ROOT = File.expand_path('../..', __FILE__)

require 'bundler/setup'
require 'liquid/boot'

require 'rspec'

RSpec.configure do |config|
  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'
end

# load helper classes & functions from files in spec/support/
Dir[File.join(ROOT, "spec/support/**/*.rb")].each { |f| require f }

# be silent
$log.mute!

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
liquid-ext-3.5.3 spec/spec_helper.rb
liquid-ext-3.5.2 spec/spec_helper.rb
liquid-ext-3.5.0 spec/spec_helper.rb
liquid-ext-3.4.2 spec/spec_helper.rb
liquid-ext-3.4.1 spec/spec_helper.rb
liquid-ext-3.4.0 spec/spec_helper.rb
liquid-ext-3.3.10 spec/spec_helper.rb
liquid-ext-3.3.9 spec/spec_helper.rb
liquid-ext-3.3.8 spec/spec_helper.rb
liquid-ext-3.3.7 spec/spec_helper.rb
liquid-ext-3.3.6 spec/spec_helper.rb
liquid-ext-3.3.5 spec/spec_helper.rb
liquid-ext-3.3.4 spec/spec_helper.rb
liquid-ext-3.3.3 spec/spec_helper.rb
liquid-ext-3.3.2 spec/spec_helper.rb
liquid-ext-3.3.0 spec/spec_helper.rb