cabbage-ex / cabbage

Story BDD tool for executing elixir in ExUnit
MIT License
141 stars 33 forks source link

Add scenario outlines and refactor a bit to clean things up. #2

Closed mgwidmann closed 7 years ago

mgwidmann commented 7 years ago

@meadsteve Got scenario outlines working a bit now (dependent upon https://github.com/cabbage-ex/gherkin/pull/2) and I've cleaned up error messages when match errors occur since it doesn't seem to be reporting the proper line number correctly (always points at the use Cabbage.Feature line for some reason).