sproutapp / pavlov

A BDD framework for your Elixir projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.let should work across child contexts

inf0rmer opened this issue · comments

let subjects should be able to be shared between child contexts. Maybe an Agent that stores each subject and then redefines it for contexts that are substrings of the original context could work?