Sha256: de3e8faa6b57cf3c221e497c58f2398139bc1766f3ada27617c71f6a8728ba39
Contents?: true
Size: 313 Bytes
Versions: 5
Compression:
Stored size: 313 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '../../spec_helper') describe "Config class" do before(:all) do Muhimbi::Config.setup do |config| config.wsdl = config_options["wsdl"] end end it "should have all the required keys" do Muhimbi::Config.wsdl.should_not be_empty end end
Version data entries
5 entries across 5 versions & 1 rubygems