Sha256: f4b90c7d6688de2606dd5eb1922c9076f41839ebe011e921de20ca7821de057d
Contents?: true
Size: 308 Bytes
Versions: 31
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe RubyRabbitmqJanus::Tools::Config, type: :tools, name: :config do let(:cfg) { described_class.instance } it 'When file is correct' do expect(cfg.options).to match_json_schema(:config) end end
Version data entries
31 entries across 31 versions & 1 rubygems