Sha256: 23516c338ce346c29389634ea0f9ffe36623ab39e4c4296b8bdc361e11ef2979

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

require File.expand_path('../../test_helper', __FILE__)

module Filum

  class IntegrationTest < Minitest::Test
    def setup
      super

      Filum.config do |config|
        config.logfile = "/tmp/filum_test_#{Time.now.to_i}.log"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
filum-0.0.1 test/integration/integration_test.rb