Sha256: b06232e3892a800df033e9060968772fd24a1ee0735a5d90c5fe3740c940a3b7
Contents?: true
Size: 444 Bytes
Versions: 1
Compression:
Stored size: 444 Bytes
Contents
require "spec_helper" module Switchman describe DefaultShard do context "sharding" do include RSpecHelper it "should be equivalent to a real default shard" do Shard.default.should be_is_a(Shard) DefaultShard.send(:new).should == Shard.default end end it "all defaultshards should be equivalent to each other" do DefaultShard.send(:new).should == DefaultShard.send(:new) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
switchman-1.2.10 | spec/lib/default_shard_spec.rb |