Skip to content

Commit 8c3cdaf

Browse files
committed
Revert "Merge pull request #132 from sviridov/undercover"
This reverts commit d52ccf1, reversing changes made to a2db2d4.
1 parent d4acdd2 commit 8c3cdaf

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Cask

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
(files "*.el")
77

88
(development
9-
(depends-on "undercover")
109
(depends-on "ert-runner"))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Elixir Mode [![Build Status](https://travis-ci.org/elixir-lang/emacs-elixir.svg?branch=master)](https://travis-ci.org/elixir-lang/emacs-elixir) [![Coverage Status](https://img.shields.io/coveralls/elixir-lang/emacs-elixir.svg)](https://coveralls.io/r/elixir-lang/emacs-elixir)
1+
# Elixir Mode [![Build Status](https://travis-ci.org/elixir-lang/emacs-elixir.svg?branch=master)](https://travis-ci.org/elixir-lang/emacs-elixir)
22

33
Provides font-locking, indentation and navigation support for the
44
[Elixir programming language.](http://elixir-lang.org/)

test/test-helper.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
(require 'ert-x)
3-
(require 'undercover)
43

54
(message "Running tests on Emacs %s" emacs-version)
65

@@ -10,7 +9,6 @@
109
indent-tabs-mode nil)
1110

1211
;; Load the elixir-mode under test
13-
(undercover "*.el")
1412
(require 'elixir-mode)
1513

1614
;; Helpers

0 commit comments

Comments
 (0)