Skip to content

Commit

Permalink
update version of :ping to latest #146
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Oct 6, 2021
1 parent d66cf01 commit 0fb8a83
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config :auth, Auth.Repo,
# you can enable the server option below.
config :auth, AuthWeb.Endpoint,
http: [port: 4002],
server: false
server: true # https://elixirforum.com/t/wallaby-with-phoenix-1-16-rc0/42352/9

# Print only warnings and errors during test
config :logger, level: :warn
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ defmodule Auth.Mixfile do
{:useful, "~> 0.2.0"},

# Ping to Wake Heroku Instance: https://github.com/dwyl/ping
{:ping, "~> 1.0.1"},
{:ping, "~> 1.1.0"},

# Check test coverage
{:excoveralls, "~> 0.12.3", only: :test},

#  Property based tests: github.com/dwyl/learn-property-based-testing
# Property based tests: github.com/dwyl/learn-property-based-testing
{:stream_data, "~> 0.4.3", only: :test},

# Create Documentation for publishing Hex.docs:
Expand Down Expand Up @@ -122,4 +122,4 @@ defmodule Auth.Mixfile do
links: %{"GitHub" => "https://github.com/dwyl/auth"}
]
end
end
end
Loading

0 comments on commit 0fb8a83

Please sign in to comment.