Packages

Calculate sunrise and sunset times for a given time and place

Current section

Files

Jump to
sun_times spec spec_helper.exs
Raw

spec/spec_helper.exs

ESpec.configure fn(config) ->
config.before fn(tags) ->
{:shared, hello: :world, tags: tags}
end
config.finally fn(_shared) ->
:ok
end
end