From 249400fb4f363d6bda20ff0b58b862896042beed Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 1 Mar 2018 17:48:49 -0600 Subject: Add docs for persistent `ActiveRecord::PendingMigrationError` with Spring --- doc/development/rake_tasks.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/development/rake_tasks.md') 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 -- cgit v1.2.1