summaryrefslogtreecommitdiff
path: root/doc/development/rake_tasks.md
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-03-01 17:48:49 -0600
committerEric Eastwood <contact@ericeastwood.com>2018-03-01 17:51:37 -0600
commit249400fb4f363d6bda20ff0b58b862896042beed (patch)
tree6499aa98a55526a9ce550cd1a96d7acb722c24c9 /doc/development/rake_tasks.md
parentd6079adc0979e1564137bbdd40aafb9057c398b2 (diff)
downloadgitlab-ce-docs/spring-db-migration-error.tar.gz
Add docs for persistent `ActiveRecord::PendingMigrationError` with Springdocs/spring-db-migration-error
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