Sha256: e9e3b073a2226aebda27418e332f8f5d52985597f2f7b229e8a7ea4a71599c2d

Contents?: true

Size: 401 Bytes

Versions: 6

Compression:

Stored size: 401 Bytes

Contents

# frozen_string_literal: true

SPEC_ROOT = File.expand_path(__dir__).freeze

require_relative "support/coverage" if ENV["COVERAGE"].eql?("true")

require "hanami"
begin; require "byebug"; rescue LoadError; end
require "hanami/utils/file_list"
require "hanami/devtools/unit"

Hanami::Utils::FileList["./spec/support/**/*.rb"].each do |file|
  next if file.include?("hanami-plugin")

  require file
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hanami-2.0.0.rc1 spec/spec_helper.rb
hanami-2.0.0.beta4 spec/spec_helper.rb
hanami-2.0.0.beta3 spec/spec_helper.rb
hanami-2.0.0.beta2 spec/spec_helper.rb
hanami-2.0.0.beta1.1 spec/spec_helper.rb
hanami-2.0.0.beta1 spec/spec_helper.rb