Sha256: 70c63f47f5b71424764026555d5172f3d81bde1c17981caa6f5879d914db20d6
Contents?: true
Size: 294 Bytes
Versions: 3
Compression:
Stored size: 294 Bytes
Contents
require 'spec_helper' describe "Bini.config" do it "is a hash." do Bini.config.kind_of?(Hash).should be_true end it "which responds to save" do Bini.config.respond_to?(:save).should be_true end it "which responds to load" do Bini.config.respond_to?(:load).should be_true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bini-0.5.5 | spec/config_spec.rb |
bini-0.5.4 | spec/config_spec.rb |
bini-0.5.2 | spec/config_spec.rb |