We need a require 'darts/cucumber' so you can record Cucumber mappings too, and a way to show them when viewing the mappings. We'll also need to be able to filter the mappings on either RSpec or Cucumber when using darts into.
Not much point in doing this until we've proved whether we can tackle #4 and make it work at a reasonable speed.
Replaces #1.
We need a
require 'darts/cucumber'
so you can record Cucumber mappings too, and a way to show them when viewing the mappings. We'll also need to be able to filter the mappings on either RSpec or Cucumber when usingdarts into
.Not much point in doing this until we've proved whether we can tackle #4 and make it work at a reasonable speed.