[ARVADOS] updated: 64949be4657f7d8fbb5f40edda87592dfa068cb6
git at public.curoverse.com
git at public.curoverse.com
Tue Jan 5 08:33:15 EST 2016
Summary of changes:
apps/workbench/config/application.default.yml | 2 +-
apps/workbench/test/integration/user_profile_test.rb | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
via 64949be4657f7d8fbb5f40edda87592dfa068cb6 (commit)
from 929fb274e4ab903a1bbfcde16f8b93882dfff883 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 64949be4657f7d8fbb5f40edda87592dfa068cb6
Author: radhika <radhika at curoverse.com>
Date: Tue Jan 5 08:32:09 2016 -0500
7607: updated user_profile_test to set getting_started config in test.
diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml
index e95b2cf..63c2975 100644
--- a/apps/workbench/config/application.default.yml
+++ b/apps/workbench/config/application.default.yml
@@ -214,7 +214,7 @@ common:
enable_public_projects_page: true
# by default, disable the "Getting Started" popup which is specific to the public beta install
- enable_getting_started_popup: false
+ enable_getting_started_popup: false
# Ask Arvados API server to compress its response payloads.
api_response_compression: true
diff --git a/apps/workbench/test/integration/user_profile_test.rb b/apps/workbench/test/integration/user_profile_test.rb
index 241a3cc..41d115a 100644
--- a/apps/workbench/test/integration/user_profile_test.rb
+++ b/apps/workbench/test/integration/user_profile_test.rb
@@ -137,6 +137,8 @@ class UserProfileTest < ActionDispatch::IntegrationTest
test "visit home page when profile is configured for user #{token}" do
# Our test config enabled profile by default. So, no need to update config
+ Rails.configuration.enable_getting_started_popup = true
+
if !token
visit ('/')
else
@@ -148,6 +150,7 @@ class UserProfileTest < ActionDispatch::IntegrationTest
test "visit home page when profile not configured for user #{token}" do
Rails.configuration.user_profile_form_fields = false
+ Rails.configuration.enable_getting_started_popup = true
if !token
visit ('/')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list