From 452484ab193a506d999af2dc4ec704cb9df6dd28 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Mon, 4 May 2015 13:52:01 +0200 Subject: [PATCH] Fix privacy of table tests --- spec/requests/api/json/tables_controller_shared_examples.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/requests/api/json/tables_controller_shared_examples.rb b/spec/requests/api/json/tables_controller_shared_examples.rb index e87fa5be3380..dc13ddaa1d9b 100644 --- a/spec/requests/api/json/tables_controller_shared_examples.rb +++ b/spec/requests/api/json/tables_controller_shared_examples.rb @@ -6,7 +6,7 @@ before(:all) do CartoDB::Varnish.any_instance.stubs(:send_command).returns(true) - @user = create_user(:username => 'test', :email => "client@example.com", :password => "clientex") + @user = create_user(:username => 'test', :email => "client@example.com", :password => "clientex", :private_tables_enabled => true) host! 'test.localhost.lan' end