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