We built cucumber_spinner to have a progress bar for Cucumber features, which also outputs failing scenarios as soon as...
To test concurrent code, you will need to run multiple threads. Unfortunately, when you use blocking system calls (e.g. locks...
rspec_spinner is a progress bar for RSpec which outputs failing examples as they happen (instead of all at the...
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...
When you need to patch an existing gem, one way is to "vendor" the gem by copying it into the...
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
To run a single test file: rake test:units TEST=test/unit/post_test.rb rake test:functionals TEST=test/functional/posts_controller_test.rb rake test:integration TEST...
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]
jqueryElement.is(':checked')
Cerberus is a lightweight and easy-to-use Continuous Builder software for Ruby. It could be run periodically from a...
This project is (or will be) a best effort semi-static verifier for your Ruby on Rails projects. Delivered as...
The argument that using tests is a ideologic waster of time fails when one considers how it can help to...
In this article we’ve listed 7 fresh and simple tools for cross-browser compatibility testing, tools that actually make...
It turned out that the test subject didn't know that longdesc even existed before the tester told him about...
This article is an introduction to testing Rails plugins.
Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application
Unfortunately, by default plugin tests are pretty bland. They use the plain unit test suite supplied by Ruby, and not...
Integrity is the angel watching over your shoulder while you code. As soon as you push your commits, it builds...
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.