To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorDill
Dill comprises a set of helpers designed to help you write "literate tests" (tests written as living documentation).
Currently, Dill's main focus is end-to-end testing, but we certainly don't intend to stop here. Watch this space.
Requirements
- Cucumber 1.3 or later
- Rails 3.2 or later
Installation
Once you have Cucumber setup in your Rails project, add the following to features/support/env.rb
, or some other file:
require 'dill/cucumber'
Topics
Last published over 5 years ago by David Leal.