Skip to content

Commit

Permalink
RUBY-398 test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Jan 20, 2012
1 parent b5576a7 commit 68c613c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/replica_sets/complex_connect_test.rb
Expand Up @@ -15,6 +15,7 @@ def test_complex_connect
@conn = ReplSetConnection.new([self.rs.host, self.rs.ports[2]], [self.rs.host, self.rs.ports[1]],
[self.rs.host, self.rs.ports[0]])

@conn['test']['foo'].insert({:a => 1})
assert @conn['test']['foo'].find_one

config = primary['local']['system.replset'].find_one
Expand Down

0 comments on commit 68c613c

Please sign in to comment.