From 26dbc5eac3f866d9d50a9e1d39701dcd6745f3fd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 25 Aug 2019 13:12:42 -0700 Subject: Remove ‘less-css-mode’ test Since ‘less-css-mode’ is derived from ‘css-mode’, we should be able to assume that if it works in ‘css-mode’, it’ll work in ‘less-css-mode’. Also if there are going to be any customizations required, I might have to create a new settings file anyway. --- test/oni-css-test.el | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test') diff --git a/test/oni-css-test.el b/test/oni-css-test.el index b49ec07..3ee55e3 100644 --- a/test/oni-css-test.el +++ b/test/oni-css-test.el @@ -32,13 +32,5 @@ (unload-feature 'oni-css t) (unload-feature 'css-mode t)) -(ert-deftest oni-css-test-less-autoloads () - "Test that ‘oni-css’ gets loaded automatically with less." - (should (not (featurep 'oni-css))) - (require 'less-css-mode) - (should (featurep 'oni-css)) - (unload-feature 'oni-css t) - (unload-feature 'less-css-mode t)) - (provide 'oni-css-test) ;;; oni-css-test.el ends here -- cgit v1.2.3-54-g00ecf