Sha256: b72363679686136f7b85855a853c68085f3fab491aac2ad11707586a4516b921
Contents?: true
Size: 351 Bytes
Versions: 81
Compression:
Stored size: 351 Bytes
Contents
# encoding: utf-8 require 'spec_helper' require 'fedux_org_stdlib/support_information' RSpec.describe SupportInformation do context '#to_s' do it 'returns support information as string' do info = SupportInformation.new expect(info.to_s).to include 'kernelversion' expect(info.to_s).to include 'rubyversion' end end end
Version data entries
81 entries across 81 versions & 1 rubygems