levaleureux / dr_spec

rspec like for dragonruby
The Unlicense
0 stars 2 forks source link

Fix leaks between contexts #52

Open iMacTia opened 11 months ago

iMacTia commented 11 months ago

NOTE: This PR depends on #51 being merged first!!

Summary

The current implementation of contexts causes leakage of before/after callbacks and test names. This PR addresses both issues as well as adding new specs to make sure we don't introduce regressions in future.