aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorThomas Haddad2016-11-14 14:49:53 +0100
committerThomas Haddad2016-11-14 14:49:53 +0100
commitbf7e7b9db4261aed7eb317ffb28c1652eaba5a18 (patch)
treeb6b0a699e32ac8fca81da218cc1206c36c738f4a /Gemfile
parent2553461e7ac1a2a1ceb4d983051bd7962acf8a7a (diff)
downloadchouette-core-bf7e7b9db4261aed7eb317ffb28c1652eaba5a18.tar.bz2
Add Teaspoon / Phantomjs & action tests
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 68034d8a3..8fdb446b2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -150,6 +150,8 @@ end
group :test, :development, :dev do
gem 'fabrication', '~> 2.14.1'
gem 'ffaker', '~> 2.1.0'
+ gem "teaspoon-jasmine"
+ gem "phantomjs"
end
group :test, :development do