summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-06 16:50:47 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-05-28 18:22:32 -0400
commit05aa71ccd965d3c366d50231a6b1b29f05aba373 (patch)
tree54263a81f299927646e20a1f3b11a6b34b6dc703 /Gemfile
parent51888f746c8afe43c5fed90c8013a03788821099 (diff)
downloadgitlab-ce-05aa71ccd965d3c366d50231a6b1b29f05aba373.tar.gz
Remove jasmine-rails; add teaspoon
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 26981f3e0a3..82a74616bb1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -253,11 +253,13 @@ group :development, :test do
# PhantomJS driver for Capybara
gem 'poltergeist', '~> 1.5.1'
- gem 'jasmine-rails'
+ gem 'teaspoon', '~> 1.0.0'
+ gem 'teaspoon-jasmine'
- gem "spring", '~> 1.3.1'
- gem "spring-commands-rspec", '1.0.4'
- gem "spring-commands-spinach", '1.0.0'
+ gem 'spring', '~> 1.3.1'
+ gem 'spring-commands-rspec', '~> 1.0.0'
+ gem 'spring-commands-spinach', '~> 1.0.0'
+ gem 'spring-commands-teaspoon', '~> 0.0.2'
gem "byebug"
end