You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Specter BDD Framework
Hi I was just updating a sample of mine that used specter and I found
that Specter wasn't working with the new version of Boo. So I
downloaded the source code and figured out what was going wrong and
managed to fix it. I'm not entirely sure why what I did fixed it...
but it did. First, I changed all of the "Block" references to
"Body" (per the warning messages) then I commented out lines 79..83 in
ContextMacro.boo. This seemed to fix it. It seems that a couple of
those steps changed namespaces but it also seems to not matter if you
don't call them afterall.