aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haddad2016-11-14 15:55:27 +0100
committerThomas Haddad2016-11-14 15:55:27 +0100
commitb4a78c1118c568e7a46939736596975d66a809ea (patch)
tree43c9dc75bf96b8e301492d8073a6e1084a339798
parentbf7e7b9db4261aed7eb317ffb28c1652eaba5a18 (diff)
downloadchouette-core-b4a78c1118c568e7a46939736596975d66a809ea.tar.bz2
Move test deps into different group
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 8fdb446b2..4364b0ad2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -150,8 +150,6 @@ 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
@@ -169,6 +167,8 @@ group :test, :development do
gem 'rb-fsevent', require: RUBY_PLATFORM.include?('darwin') && 'rb-fsevent'
gem 'transpec'
gem 'shoulda-matchers'
+ gem "teaspoon-jasmine"
+ gem "phantomjs"
end
group :production do