Skip to content

Commit

Permalink
Remove conflicting test
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Jan 11, 2015
1 parent ba99e21 commit 12c9d2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/cover_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ defmodule CoverTest do
use ExUnit.Case
alias ExCoveralls.Cover

test "compile returns list" do
assert(Cover.compile(".") |> is_list)
end

test "module path returns relative path" do
assert(Cover.module_path(ExCoveralls) == "lib/excoveralls.ex")
end
Expand Down

0 comments on commit 12c9d2a

Please sign in to comment.