knpuniversity / behat

Screencast code, script and kittens behind "BDD, Behat, Mink and other Wonderful Things Tutorial"
http://knpuniversity.com/screencast/behat
Other
12 stars 14 forks source link

Bdd features and scenarios #14

Closed bocharsky-bw closed 8 years ago

bocharsky-bw commented 8 years ago

Resolve 02-bdd-features and 03-scenarios in https://github.com/knpuniversity/behat/issues/12

bocharsky-bw commented 8 years ago

Do you have 03-scenarios challenges already?

weaverryan commented 8 years ago

@bocharsky-bw I finished everything through 03. Sorry about not having the challenges ready for 03 - I thought I had added them, but I did not. I'll add more challenges soon for the other chapters.

But hey... first chapters are now live :)

bocharsky-bw commented 8 years ago

@weaverryan OK, I could still work with code blocks now.

And now I have an illustrative example how to grade challenges :)

BTW, we could use RegEx to grade more complex things in the future.

weaverryan commented 8 years ago

I'm fine with Regex, I'm not great at it personally, and sometimes it can make things less readable (because you really need to understand regex to understand what the code is doing). But in general, I'm definitely cool with using regex when it makes sense.

And yes - code blocks would be awesome for now :)