Posts tagged RSpec
Testing Some Devise Features With RSpec, Steak and Email Spec
Having spent hours writing cucumber tests and finding out that it all doesn't work with Rails 3.1 RC5 is frustrating. It disrupts the flow of things. In my mind all I wanted was to move on to focus on new features. Not being able to write tests for the new features because of incompatibility issues is just hell. That's the only reason why I started using Steak yesterday for acceptance tests.
Continue reading »Behavior-Driven Development for Rails: A Preview of RSpec
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 »