Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 188 Bytes

rspec.md

File metadata and controls

12 lines (8 loc) · 188 Bytes

Rspec

  • BDD style
  • Ruby

Tests are defined in regular ruby code

vs Cucumber

RSpec better for low level code, Cucumber for testing as end user would interact with app