Daily Archives: September 6, 2012
Testing your Ruby/Rails 3.x Model with Cucumber
So I’m working on a Ruby/Rails development project for a customer, and using TDD/BDD from word “Go”. The weapon of choice here is Cucumber. I know some of the more serious code-cutters prefer RSPEC, but I just like the “feel” of Cucumber. Naturally, part of the job includes ensuring that the various Models in the project pass very basic tests, such as if they are defined properly. In RSPEC, you can use a solid set of tools to do that, …
Posted in JKL-5 Group, Programming
Tagged Cucumber, JKL5, Programming, Rails 3.x, Ruby 1.9.x, Test Driven Development
Leave a comment


