Improve route changes handling under guard/spork

This commit is contained in:
Thibault Jouan
2015-05-01 17:19:39 +00:00
parent f49f04b650
commit 86bec28457
2 changed files with 2 additions and 1 deletions

View File

@@ -18,5 +18,6 @@ Spork.prefork do
end
Spork.each_run do
Rails.application.reload_routes!
FactoryGirl.reload
end