Skip to content

Commit

Permalink
Revert "Merge pull request #132 from sviridov/undercover"
Browse files Browse the repository at this point in the history
This reverts commit d52ccf1, reversing
changes made to a2db2d4.
  • Loading branch information
mattdeboard committed Oct 27, 2014
1 parent d4acdd2 commit 8c3cdaf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Cask
Expand Up @@ -6,5 +6,4 @@
(files "*.el")

(development
(depends-on "undercover")
(depends-on "ert-runner"))
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# 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)
# Elixir Mode [![Build Status](https://travis-ci.org/elixir-lang/emacs-elixir.svg?branch=master)](https://travis-ci.org/elixir-lang/emacs-elixir)

Provides font-locking, indentation and navigation support for the
[Elixir programming language.](http://elixir-lang.org/)
Expand Down
2 changes: 0 additions & 2 deletions test/test-helper.el
@@ -1,6 +1,5 @@

(require 'ert-x)
(require 'undercover)

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

Expand All @@ -10,7 +9,6 @@
indent-tabs-mode nil)

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

;; Helpers
Expand Down

0 comments on commit 8c3cdaf

Please sign in to comment.