Integration vs acceptance test ... what is Cucumber / Steak?

Viewed 10225

For integration tests of my Rails web app I use Steak (something like Cucumber). The specs of Steak are in a folder named spec/acceptance. Are Steak/Cucumber now for integration or acceptance testing? I always thought that this is something different.

1 Answers
Related