Sha256: 98ef27ae65f24ac37e4ae2d355f760b6c0c98cc52af579969bf02ecacc4414fd
Contents?: true
Size: 444 Bytes
Versions: 6
Compression:
Stored size: 444 Bytes
Contents
require 'pione/test-helper' require_relative 'command-behavior' describe Pione::Command::PioneLogFormat do raw_log_location = Location[File.dirname(__FILE__)] + "data" + "pione-process.log" before do @cmd = Pione::Command::PioneLogFormat end behaves_like "command" it "should get log IDs" do res = Rootage::ScenarioTest.succeed(@cmd.new([raw_log_location.path.to_s])) res.stdout.string.chomp.size.should > 0 end end
Version data entries
6 entries across 6 versions & 1 rubygems