From 5f61742be15892579dea892cd7b5d128e6bec4ca Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Thu, 25 Oct 2018 12:50:04 +0200 Subject: Remove section about types of tests --- doc/development/new_fe_guide/development/testing.md | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'doc') diff --git a/doc/development/new_fe_guide/development/testing.md b/doc/development/new_fe_guide/development/testing.md index 11b141bbff0..0afb4874ffd 100644 --- a/doc/development/new_fe_guide/development/testing.md +++ b/doc/development/new_fe_guide/development/testing.md @@ -267,20 +267,6 @@ expect(page).not_to have_selector('.card') ## Test helpers ---- - -> TODO: update the following sections - ---- - -## Types of tests in our codebase - -* **RSpec** - * **[Ruby unit tests](#ruby-unit-tests-spec-rb)** for models, controllers, helpers, etc. (`/spec/**/*.rb`) - * **[Full feature tests](#full-feature-tests-spec-features-rb)** (`/spec/features/**/*.rb`) -* **[Karma](#karma-tests-spec-javascripts-js)** (`/spec/javascripts/**/*.js`) -* Spinach — These have been removed from our codebase in May 2018. (`/features/`) - #### Vuex Helper: `testAction` We have a helper available to make testing actions easier, as per [official documentation](https://vuex.vuejs.org/en/testing.html): -- cgit v1.2.1