testdouble / suture

🏥 A Ruby gem that helps you refactor your legacy code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add global Suture.config method (and Suture.reset!)

searls opened this issue · comments

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