With defaults, RCov doesn't work the way you how you would like it to. To create a nice test...
We built cucumber_spinner to have a progress bar for Cucumber features, which also outputs failing scenarios as soon as...
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
This note shows how to merge an ugly feature branch with multiple dirty WIP commits back into the master as...
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
Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]
I just finished reviewing Rails 2.3 Nested Object Forms. While a very nice and “magical” feature, I’ve got to...
Unfortunately, by default plugin tests are pretty bland. They use the plain unit test suite supplied by Ruby, and not...
In this presentation, I demoed Cucumber and Webrat. I also talked about Integrity and how I like to put it...
BDD/Cucumber talk by Ben Mabey.
Sass is a meta-language on top of CSS that‘s used to describe the style of a document cleanly...
Here are eight things my team has found to be true after working with Cucumber for about 6 months.
I brought up the question whether tests should call the translation API when checking for the presence of a string...
Pure-Ruby alternative to Cucumber.
Background allows you to add some context to the scenarios in a single feature. A Background is much like a...
If you need big synchronization points, e.g. for big marketing campaigns, you might be better off using an iterative development...
Lots of hidden costs.
Eventually you’ll forget that you used to spend hours testing your code in a browser, and start complaining that...
Capybara sets up some tags for you to use in Cucumber. Often you’ll want to run only some scenarios...
Info on install database_cleaner.
It's about time programming languages understood what the kids are typing these days. So let's start with a...