You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let folks override configuration for the life of the process. Any options set will be forwarded to Plan and TestPlan models and stick if they're valid.
Suture.config({:database_path => "some/file.db"})
Suture.create(…) # <- will use some/file.db
Suture.reset! #<- will revert to the default
The text was updated successfully, but these errors were encountered:
Let folks override configuration for the life of the process. Any options set will be forwarded to
Plan
andTestPlan
models and stick if they're valid.The text was updated successfully, but these errors were encountered: