aboutsummaryrefslogtreecommitdiff
path: root/Cask
AgeCommit message (Collapse)Author
2020-08-20Use Eldev for developmentPaul Pogonyshev
2018-10-27Clean up some legacy from the testsBozhidar Batsov
2018-10-01Start migrating the tests to buttercupBozhidar Batsov
Working with ERT is just too painful and it's a bit part of the reason our test suite is in such a sorry state right now. Let's start fresh and create a new cleaner, more comprehensive and nicer test suite using a more capable framework.
2018-07-09Add ert-runner as a dev dependencyBozhidar Batsov
2018-07-09Update the Travis setupBozhidar Batsov
2016-10-04Revert "[Fix #1044] Prefer `call-process` to `shell-command-to-string` (#1045)"Bozhidar Batsov
This reverts commit ee5ce8d0799d6db366025cc664faf683cfdb4cca.
2016-09-26[Fix #1044] Prefer `call-process` to `shell-command-to-string` (#1045)Ivan Malison
This change makes it so that a direct `call-process` invocation is used when it is possible to determine what binary should be used for the command. This avoids the cost of shell startup time that is incurred when `shell-command-to-string` is invoked instead.
2015-09-08[Fix #855] Ignore files and directories in projectile-agDmitry Lazurkin
2015-02-01Sanitize test setupJonas Bernoulli
* Remove test/test-helpers. * Remove prefix less helper variables and functions. * Provide two new prefixed macros, which actually solve the task they are supposed to solve _completely_, instead of stopping have way through, like the predecessors did. * Stop using the `f' library. * Enforce use of spaces for indentation. * Explicitly require needed libraries.
2015-01-07[Fix #584] Drop ack supportBozhidar Batsov
2014-08-06Add helm as development dependency.Malyshev Artem
2014-04-10Improve project root identification customization.Thomas Frössman
2014-03-02Fix buildBozhidar Batsov
2013-11-06Remove ert depBozhidar Batsov
2013-11-03Fix integration buildBozhidar Batsov
2013-09-25Use noflet for testsBozhidar Batsov
2013-08-12Migrate to CaskBozhidar Batsov