Sha256: a99274d4f73f74310324c3bd09f41d565789738924ed7aff00650837dfcf7fde
Contents?: true
Size: 334 Bytes
Versions: 27
Compression:
Stored size: 334 Bytes
Contents
require 'logstash-logger' describe LogStashLogger::Device::File do include_context 'device' it "writes to a file" do expect(file_device.to_io).to be_a ::File end context "when path is not specified" do it "raises an exception" do expect { described_class.new }.to raise_error(ArgumentError) end end end
Version data entries
27 entries across 27 versions & 3 rubygems