Packages
Story BDD tool based on cucumber. Parses Gherkin formatted feature files and executes them as tests.
Current section
Files
Jump to
Current section
Files
lib/white_bread/context/missing_step.ex
defmodule WhiteBread.Context.MissingStep do
defexception message: "Step not defined"
end