From 262aad94aa87e9095bb2db61181d5a30507509bb Mon Sep 17 00:00:00 2001 From: Christian Nelson Date: Thu, 20 Dec 2012 10:29:01 -0800 Subject: [PATCH] Launchy is nice to have when debugging acceptance specs. --- app_prototype/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/app_prototype/Gemfile b/app_prototype/Gemfile index 53dc6e0..3cb092e 100644 --- a/app_prototype/Gemfile +++ b/app_prototype/Gemfile @@ -35,6 +35,7 @@ end group :development do gem 'foreman' + gem 'launchy' gem 'guard' gem 'guard-rspec' gem 'guard-jasmine'