doc: Highlight "you" in reference JSON.
[arvados.git] / apps / workbench / README.textile
index e249b1338bb76a93a1c50330e66a8b9f97a93adb..ea01724b075befb352c6e7ccc9950ce7436a6ec5 100644 (file)
@@ -8,6 +8,8 @@ The Workbench application includes a series of integration tests.  When you run
 
 In addition to bundled gems, running the integration tests requires "PhantomJS":http://phantomjs.org/download.html to test JavaScript elements.  The simplest way to get started is to download one of the binary builds provided, and install the executable into one of the directories in your @$PATH@.
 
+If you install the Workbench Bundle in deployment mode, you must also install the API server Bundle in deployment mode, and vice versa.  If your Bundle installs have mismatched modes, the integration tests will fail with "Gem not found" errors.
+
 h2. Writing tests
 
 Integration tests are written with Capybara, which drives a fully-featured Web browser to interact with Workbench exactly as a user would.