This video shows the Behaviour Driven Development cycle using Ruby, Cucumber and RSpec. There's no audio, but hopefully you can see how it works. Can any BDD masters offer a critique?
Look out for more videos, I may add a few more BDD cycles to this project.
hi, thanks for you video.
I'm new in bdd and this video helped me to understand a little about it.
just an observation:
when i was requiring the word_count in word_count.spec.rb and env.rb
I need to put in this way:
require File.expand_path(File.dirname(__FILE__) + '/../word_count')
and
when I try to run rpec I need to put "/*.rb" in the ending to run rspec because otherwise it wouldn't file the files. "rspec spec/*.rb"
heber288 4 months ago
Thank you so much for nice !
I tried to find many tutorials but I didnt find any where simple instructions from scratch to follow.
Well done !
talktoatish 10 months ago