Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-03-02 02:48:49 +0300
committerEric Eastwood <contact@ericeastwood.com>2018-03-02 02:51:37 +0300
commit249400fb4f363d6bda20ff0b58b862896042beed (patch)
tree6499aa98a55526a9ce550cd1a96d7acb722c24c9 /doc/development/rake_tasks.md
parentd6079adc0979e1564137bbdd40aafb9057c398b2 (diff)
Add docs for persistent `ActiveRecord::PendingMigrationError` with Spring
Diffstat (limited to 'doc/development/rake_tasks.md')
-rw-r--r--doc/development/rake_tasks.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md
index dc88ce1522c..fdfa1f10402 100644
--- a/doc/development/rake_tasks.md
+++ b/doc/development/rake_tasks.md
@@ -102,6 +102,12 @@ variable to `1`:
export ENABLE_SPRING=1
```
+Alternatively you can use the following on each spec run,
+
+```
+bundle exec spring rspec some_spec.rb
+```
+
## Compile Frontend Assets
You shouldn't ever need to compile frontend assets manually in development, but