Skip to content

Commit

Permalink
fixing credo issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Oct 15, 2017
1 parent b890de4 commit 3541dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mix/tasks/keeper.install_test.exs
Expand Up @@ -47,7 +47,7 @@ defmodule Mix.Tasks.Keeper.InstallTest do
test "successful installation should create a new controller" do
successful_install

{:ok, contents} = Path.join(@controllers_path, "user_controller.ex") |> File.read
{:ok, contents} = @controllers_path |> Path.join("user_controller.ex") |> File.read
assert contents =~ ~r/defmodule Keeper.UserController do/

on_exit &clean_support_files/0
Expand Down

0 comments on commit 3541dc4

Please sign in to comment.