Sha256: 8313b0c0a38c1e694c495f37f675fa509e65a1b7d5bbe6421b6d133b9e46d834
Contents?: true
Size: 295 Bytes
Versions: 2
Compression:
Stored size: 295 Bytes
Contents
require_relative '../test-util' location = Pione::Location[File.join(File.dirname(__FILE__), "data", "sample.log")] describe 'Pione::XESLog' do it 'should format XES log' do result = Log::XESLog.read(location).format result.should.kind_of String result.size.should > 0 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pione-0.1.4 | test/log/spec_xes-log.rb |
pione-0.1.3 | test/log/spec_xes-log.rb |