The handy method has_select?(field, :selected => text) does not behave as expected with Cucumber 0.10.2, Capybara 0.4.1.2 and Selenium...
Delegating methods to other objects is often helpful but the syntax of both def_delegators and def_delegator is a...
You probably know about the possibility to tag scenarios in Cucumber to run your own piece of code before the...
Don't you just hate to write Cucumber path helpers to be able to say this?
The attached patch lets you find a record by a string or number in any column: User.find_by_anything('carla...
This is a very general introduction to MV* Javascript frameworks. This card won't tell you anything new if you...
In order to save the original value of a constant, set the new value and restore the old value after...
We've made it easier to link other cards: You can now find a button Cite other card above the...
You can now add code blocks without indentation, by using triple-backticks: ``` Code block goes here. ```
Tooltips that are delivered through HTML attributes are encoded. Decode entities before checking for their presence. Capybara: Then /^there should...
Some helpers for poking around at your Capybara driven browser's cookies in integration tests. Supports Capybara's bundled drivers...
Possible Reason 1: parallel_tests - running more processes than features If you run old versions of parallel_tests with more...
The step definition below lets you say: Then I should see a field "Password" But I should not see a...
Look up HTML5 features, know if they are ready for use, and if so find out you should use them...
Gem to get Rails 3's new ActiveRecord query interface (where, order) and the new scope syntax (chaining scope definitions...
Gem to get Ruby 1.9 features in Ruby 1.8.
Removing features and merging those changes back can be painful. Here is how it worked for me.\
In cucumber you are able to run features in whatever directory you like. This also includes executing features in subdirectories...
This is for you if you get this error: cucumber.yml was found, but could not be parsed. Please refer to...
Although it's tempting flirt with detecting mobile/touch devices with CSS media queries or Javascript feature detection alone, this approach...
In your Cucumber features you can't really click hidden elements when using Selenium (it does work for a plain...
After my update from MacOS X 10.6 Snow Leopard to 10.7 Lion the search function in Apple Mail stopped working...
Submit buttons in Rails come with a useful option :disable_with which will disable the button when clicked and change...
Framework to write command-line apps in Ruby. Comes with a nice way of processing parameter options, some utility classes...