diff options
| author | Thomas Haddad | 2016-11-14 15:55:27 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2016-11-14 15:55:27 +0100 |
| commit | b4a78c1118c568e7a46939736596975d66a809ea (patch) | |
| tree | 43c9dc75bf96b8e301492d8073a6e1084a339798 | |
| parent | bf7e7b9db4261aed7eb317ffb28c1652eaba5a18 (diff) | |
| download | chouette-core-b4a78c1118c568e7a46939736596975d66a809ea.tar.bz2 | |
Move test deps into different group
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
