]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Enable eslint and fix eslint errors for osm_test.js
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index b25255320c5614ec01e9795a0632d6fe3a676458..af3b9c09fad932b006348a461b2f68d90c744be5 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -178,6 +178,8 @@ end
 
 group :development, :test do
   gem "annotate"
+  gem "teaspoon"
+  gem "teaspoon-mocha", "~> 2.3.3"
 
   # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
   gem "debug", :require => "debug/prelude"