]> git.openstreetmap.org Git - rails.git/blobdiff - CONTRIBUTING.md
Localisation updates from https://translatewiki.net.
[rails.git] / CONTRIBUTING.md
index a3252807a6efe06a825c13404acff1cf2e119321..2571b93459147e8e635302b24353465b63da8887 100644 (file)
@@ -43,6 +43,12 @@ You can run the existing test suite with:
 bundle exec rails test:all
 ```
 
+You can run javascript tests with:
+
+```
+bundle exec teaspoon
+```
+
 You can view test coverage statistics by browsing the `coverage` directory.
 
 The tests are automatically run on Pull Requests and other commits via github