seamless_database_pool 1.0.15 → 1.0.16
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03e34fd35e31a1aedfa669fb8dc9c44fee522eff
|
4
|
+
data.tar.gz: 4079cd1c5eb54ca43c751c542ec31af48e175a43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8ce9df9ebb8686377dbf6033086311441cf6bfd86a48798eb7c3d3dcc6a31cbbbc2e32b56d43cfbfc6c57dee8ed0cdd4a888e3cea98e9a6a9f7992abae05742
|
7
|
+
data.tar.gz: fe5170dd7af5af551b240765339afbd365b986f9b359ac36fbc907933f33488c2cba872e5643e269905a4cf2b2e04c36e88e96450aae8eba71f0c185ea179f16
|
@@ -90,6 +90,7 @@ describe "SeamlessDatabasePoolAdapter" do
|
|
90
90
|
|
91
91
|
it "should be able to be converted to a string" do
|
92
92
|
pool_connection.to_s.should =~ /\A#<ActiveRecord::ConnectionAdapters::SeamlessDatabasePoolAdapter::Abstract:0x[0-9a-f]+ 3 connections>\z/
|
93
|
+
pool_connection.inspect.should == pool_connection.to_s
|
93
94
|
end
|
94
95
|
|
95
96
|
context "selecting a connection from the pool" do
|