Tag Archives: cucumber

Getting Clearance test suite to green

The title could be slightly misleading but I am not talking about installing clearance in your Rails application. This post is just a small note to myself since I had considerable difficulties in getting the clearance gem’s test suite working … Continue reading

Posted in Programming | Tagged , | Leave a comment

Using cucumber-0.9.2 and cucumber-rails-0.3.2 with I18n

I have previously, blogged about using factory_girl with clearance and this post (quite similar to that one) describes the need to use messages (notice, success or failure) in your locale file with cucumber and how to go about using them. … Continue reading

Posted in Programming | Tagged , , | 1 Comment

Rails3 and rspec-rails-2.0.0.beta20 and cucumber-rails-0.3.2

Last week, I started a Rails3 project and considering I am sucker for TDD. I added the current stable versions of rspec-rails and cucumber-rails to the Gemfile. Now, this is a simple project (and honestly speaking I could have just … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Using factory_girl with cucumber

I have moved away from fixtures and there is only one reason for it. factory_girl is an awesome piece of functionality the gives one the flexibility to easily define the data to use in tests and for populating the database … Continue reading

Posted in BDD, cucumber | Tagged , , , , | Leave a comment