Skip to content

Commit

Permalink
Generated system returns ok (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
APB9785 authored Apr 21, 2023
1 parent de07da6 commit bda5112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions priv/templates/system.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ defmodule <%= app_name %>.Systems.<%= system_name %> do

def run do
# System logic
:ok
end
end
1 change: 1 addition & 0 deletions test/mix/tasks/ecsx.gen.system_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ defmodule Mix.Tasks.Ecsx.Gen.SystemTest do
def run do
# System logic
:ok
end
end
"""
Expand Down

0 comments on commit bda5112

Please sign in to comment.