Sha256: e2128f8a40e8785dea8a984bb378ab8b08823333ea03a18bc141ba7630226ea1
Contents?: true
Size: 230 Bytes
Versions: 6
Compression:
Stored size: 230 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "SanUltari::Config" do it "should have static accessor" do SanUltari::GlobalConfig.test = 1 SanUltari::GlobalConfig.test.should eql 1 end end
Version data entries
6 entries across 6 versions & 1 rubygems