From a563e67015ae617ed9d73efd8f4b7e238d2e36d6 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove and Tim Jarratt Date: Wed, 2 Oct 2013 16:48:13 -0700 Subject: [PATCH] Move selenium_runner.yml to spec/javascripts/support - The selenium runner gem should support configurable path as the main gem does so we don't need to do this. This workaround is kind of gross. --- spec/{ => javascripts}/support/jasmine_selenium_runner.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spec/{ => javascripts}/support/jasmine_selenium_runner.yml (100%) diff --git a/spec/support/jasmine_selenium_runner.yml b/spec/javascripts/support/jasmine_selenium_runner.yml similarity index 100% rename from spec/support/jasmine_selenium_runner.yml rename to spec/javascripts/support/jasmine_selenium_runner.yml