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

Version Path
sanultari-config-0.2.5 spec/global_config_spec.rb
sanultari-config-0.2.4 spec/global_config_spec.rb
sanultari-config-0.2.3 spec/global_config_spec.rb
sanultari-config-0.2.1 spec/global_config_spec.rb
sanultari-config-0.2.0 spec/global_config_spec.rb
sanultari-config-0.2.0.rc.1 spec/global_config_spec.rb