diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-05-06 16:50:47 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-05-28 18:22:32 -0400 |
commit | 05aa71ccd965d3c366d50231a6b1b29f05aba373 (patch) | |
tree | 54263a81f299927646e20a1f3b11a6b34b6dc703 /Gemfile | |
parent | 51888f746c8afe43c5fed90c8013a03788821099 (diff) | |
download | gitlab-ce-05aa71ccd965d3c366d50231a6b1b29f05aba373.tar.gz |
Remove jasmine-rails; add teaspoon
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |