thumblemonks / riot

Riot is a fast, expressive, and contextual ruby unit testing framework
http://thumblemonks.github.com/riot/
MIT License
314 stars 28 forks source link

Keep options in subcontexts from bleeding into parent #35

Closed skade closed 13 years ago

skade commented 13 years ago

The option hash got passed to the subcontexts by reference, so options on a subcontext would overwrite or add options to their parent context.

gus commented 13 years ago

Thanks for fixing this!