Posts tagged RSpec

Jan 03 2010

Learn RSpec in 15 Minutes or Less

RSpec BDD Rails | comments

You can learn RSpec in less than 15 minutes especially if you are not Rails newbie. RSpec and BDD is a way of getting an application done right in an unbelievably short period of time.

BDD is behaviour-driven development. You think about all the specification and expectations regarding a project before working on it. That's what most software developers normally do. I spend at least one day just thinking about specifications and based on experience - I think about several details like:

Continue reading »
Apr 22 2009

Behavior-Driven Development for Rails: A Preview of RSpec

BDD Rails RSpec Ruby | comments

Ok lately I've been busy working on a content management system that works for edge rails or Rails version 2.3. My purpose is to create something simple and something that would work for at least one or two projects. It should not be something I will struggle with or I will grow to hate because of its inflexibility. The beautiful thing about rails is that it's self-contained but flexible and allows developers to be as flexible and productive as possible.

Continue reading »