From ad8f763c03c86f9280c46b7f58a14fc547753270 Mon Sep 17 00:00:00 2001 From: Juraj Masar Date: Fri, 10 May 2013 22:14:41 +0200 Subject: [PATCH] Addition of selenium-webdriver into Gemfile --- spec/test_app/Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/test_app/Gemfile b/spec/test_app/Gemfile index 0cca88a..5d0a3a8 100644 --- a/spec/test_app/Gemfile +++ b/spec/test_app/Gemfile @@ -1,2 +1,5 @@ source 'https://rubygems.org' + +gem 'selenium-webdriver' + gemspec :path => '../../'