Skip to content

Commit

Permalink
Remove bundled ert-expectations.el
Browse files Browse the repository at this point in the history
Bundling a third-part library should generally be avoided because
the bundled version might end up being loaded for users who also
have a more recent version installed seperately.

Besides `ert-expectations` is available from Melpa, so it can
easily be installed using Cask.
  • Loading branch information
tarsius committed Feb 11, 2017
1 parent 31d79cd commit 43b4823
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 752 deletions.
1 change: 1 addition & 0 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

(development
(depends-on "ert")
(depends-on "ert-expectations")
(depends-on "magit"))
Loading

0 comments on commit 43b4823

Please sign in to comment.