summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md b/_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md
index e254c86..ef697cb 100644
--- a/_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md
+++ b/_posts/2012-08-27-testing-website-with-capybara-webkit-and-testunit.md
@@ -15,7 +15,8 @@ You need to install capybara and capybara-webkit as gem. Capybara-webkit require
`apt-get install qt4-dev-tools`<br>
`apt-get install xvfb`
-as sudo. This works for Debian.
+as sudo. This works for Debian Squeeze. If **libqt4-dev** is not auto-installed you have to install it manually.
+ `apt-get install libqt4-dev`
# Install the gems: