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/helpers.ex
defmodule WhiteBread.Helpers do
def index_table_by_first_row(table) do
WhiteBread.Tables.index_table_by_first_row(table)
end
end