sproutapp / pavlov

A BDD framework for your Elixir projects
MIT License
128 stars 7 forks source link

.let should work across child contexts #19

Closed inf0rmer closed 9 years ago

inf0rmer commented 9 years ago

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?