Current section

Files

Jump to
cucumber_test_release_automation lib cucumber_test_release_automation.ex
Raw

lib/cucumber_test_release_automation.ex

defmodule CucumberTestReleaseAutomation do
@moduledoc """
Documentation for `CucumberTestReleaseAutomation`.
"""
@doc """
Hello world.
## Examples
iex> CucumberTestReleaseAutomation.hello()
:world
"""
def hello do
:world
end
end