levaleureux / dr_spec

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

Object/instance mocking capabilities #4

Open terrainoob opened 1 year ago

terrainoob commented 1 year ago

This would allow people to build DR specific libraries so we can test easier and develop a bit of an easy DR specific testing paradigm.

levaleureux commented 1 year ago

I'am ok for that but it look hard to do for me. @terrainoob could you provide me some example on how you will use it ? It will help me to build some spec for it and do some reasearch as I need to learn how to implement mocking.