Skip to content

Commit

Permalink
Delete test that ensures correct version in mix.exs
Browse files Browse the repository at this point in the history
The version is toggled between using the GitHub dependency for
development and the version number for stable releases. Since the test
was checking for the version number, it would fail when using GitHub for
the dependency.
  • Loading branch information
Gazler committed May 30, 2018
1 parent 81b14e1 commit 172e576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installer/test/phx_new_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ defmodule Mix.Tasks.Phx.NewTest do

assert_file "phx_blog/README.md"
assert_file "phx_blog/mix.exs", fn file ->
assert file =~ ~s[:phoenix, "~> #{Application.spec(:phx_new, :vsn)}"]
assert file =~ "app: :phx_blog"
refute file =~ "deps_path: \"../../deps\""
refute file =~ "lockfile: \"../../mix.lock\""
Expand Down

0 comments on commit 172e576

Please sign in to comment.