Possible Duplicate:
rspec vs cucumber (rspec stories)
watz the difference between them
|
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
From different wiki pages we see that:
So you can think of Cucumber as the tool that translate plain text into executable tests. These test can be written in for example RSpec. But RSpec can also be used on it's own where it's a BDD framework in it own right. The specifications are then expressed not in plain english but in Ruby code. |
||||
|
|