Sha256: 7885d663114a68c529eb10de5adb481a17060de7f27cd8cc2d49be8407ffe5ce
Contents?: true
Size: 233 Bytes
Versions: 5
Compression:
Stored size: 233 Bytes
Contents
describe Econfig::Shortcut do let(:mod) { Module.new } before { mod.extend Econfig::Shortcut } describe "#config" do it "should be the econfig instance" do mod.config.should equal(Econfig.instance) end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
econfig-2.1.0 | spec/shortcut_spec.rb |
econfig-2.0.0 | spec/shortcut_spec.rb |
econfig-1.0.2 | spec/shortcut_spec.rb |
econfig-1.0.1 | spec/shortcut_spec.rb |
econfig-1.0.0 | spec/shortcut_spec.rb |