With defaults, RCov doesn't work the way you how you would like it to. To create a nice test...

makandra dev
github.com

We built cucumber_spinner to have a progress bar for Cucumber features, which also outputs failing scenarios as soon as...

makandra dev

Install gem and plugin sudo gem install parallel script/plugin install git://github.com/grosser/parallel_tests.git Adapt config/database.yml test: database: xxx_test<%= ENV...

script/cucumber features/feature_name.feature Or, if you don't care about speed, you can use rake: rake features FEATURE=features/feature_name.feature

web.archive.org

This note shows how to merge an ugly feature branch with multiple dirty WIP commits back into the master as...

makandra dev

tmp/* storage/* db/*.sqlite3 db/schema.rb db/structure.sql public/system .project .idea/ public/javascripts/all* public/stylesheets/all* public/stylesheets/*.css config/database.yml *~ *#* .#* .DS_Store webrat-*.html

makandra dev

Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]

blog.smartlogicsolutions.com

I just finished reviewing Rails 2.3 Nested Object Forms. While a very nice and “magical” feature, I’ve got to...

bark.metacasa.net

Unfortunately, by default plugin tests are pretty bland. They use the plain unit test suite supplied by Ruby, and not...

smartic.us

In this presentation, I demoed Cucumber and Webrat. I also talked about Integrity and how I like to put it...

mwrc2009.confreaks.com

BDD/Cucumber talk by Ben Mabey.

makandra dev
haml.hamptoncatlin.com

Sass is a meta-language on top of CSS that‘s used to describe the style of a document cleanly...

themomorohoax.com

Here are eight things my team has found to be true after working with Cucumber for about 6 months.

netalive.org

I brought up the question whether tests should call the translation API when checking for the presence of a string...

github.com

Pure-Ruby alternative to Cucumber.

github.com

Background allows you to add some context to the scenarios in a single feature. A Background is much like a...

agileweboperations.com

If you need big synchronization points, e.g. for big marketing campaigns, you might be better off using an iterative development...

justinfrench.com

Eventually you’ll forget that you used to spend hours testing your code in a browser, and start complaining that...

github.com

Capybara sets up some tags for you to use in Cucumber. Often you’ll want to run only some scenarios...

makandra dev
staringispolite.com

It's about time programming languages understood what the kids are typing these days. So let's start with a...