From 458aaddab63f5c7c77fdfbff6a36245a85e1148d Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Tue, 24 Sep 2013 16:26:42 +0200 Subject: [PATCH] Dont need symbols in mongoid.yml --- spec/config/mongoid.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/config/mongoid.yml b/spec/config/mongoid.yml index db93c487a5..c553f88155 100644 --- a/spec/config/mongoid.yml +++ b/spec/config/mongoid.yml @@ -5,7 +5,7 @@ test: hosts: - <%=ENV["MONGOID_SPEC_HOST"]%>:<%=ENV["MONGOID_SPEC_PORT"]%> options: - read: :primary + read: primary mongohq_single: database: <%=ENV["MONGOHQ_SINGLE_NAME"]%> username: <%=ENV["MONGOHQ_SINGLE_USER"]%> @@ -15,7 +15,7 @@ test: options: write: w: 1 - read: :primary + read: primary mongohq_repl: database: <%=ENV["MONGOHQ_REPL_NAME"]%> username: <%=ENV["MONGOHQ_REPL_USER"]%> @@ -24,7 +24,7 @@ test: - <%=ENV["MONGOHQ_REPL_1_URL"]%> - <%=ENV["MONGOHQ_REPL_2_URL"]%> options: - read: :primary + read: primary write: w: majority mongohq_repl_uri: