Sha256: e7af2d867ff1a0c9c9dbdaef9093cc69af5f69db2594ce888c8f65a24ea3d807
Contents?: true
Size: 301 Bytes
Versions: 2
Compression:
Stored size: 301 Bytes
Contents
require 'spec_helper' module Adhearsion describe PunchblockPlugin do it "should make the client accessible from the Initializer" do PunchblockPlugin::Initializer.client = :foo PunchblockPlugin.client.should be :foo PunchblockPlugin::Initializer.client = nil end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-2.0.0.alpha3 | spec/adhearsion/punchblock_plugin_spec.rb |
adhearsion-2.0.0.alpha2 | spec/adhearsion/punchblock_plugin_spec.rb |