Browse Source

Move test file into subdirectory

Ryan C. Thompson 9 years ago
parent
commit
daff4c215f
1 changed files with 4 additions and 14 deletions
  1. 4 14
      tests/ido-ubiquitous-test.el

+ 4 - 14
ido-ubiquitous-tests.el → tests/ido-ubiquitous-test.el

@@ -1,23 +1,13 @@
-;;; ido-ubiquitous-tests.el ---  -*- "lexical-binding": t -*-
+;;; ido-ubiquitous-test.el ---  -*- "lexical-binding": t -*-
 
 ;; Copyright (C) 2015 Ryan C. Thompson
 
-;; Filename: ido-ubiquitous-tests.el
+;; Filename: ido-ubiquitous-test.el
 ;; Author: Ryan C. Thompson
 ;; Created: Tue Oct  6 20:52:45 2015 (-0700)
-;; Version: 
-;; Package-Requires: ()
-;; URL: 
-;; Keywords: 
 
 ;; This file is NOT part of GNU Emacs.
 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; 
-;;; Commentary: 
-
-;; 
-
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
 ;; This program is free software: you can redistribute it and/or modify
@@ -124,6 +114,6 @@ for activation and deactivation."
        (completing-read "Prompt: " '("blue" "yellow" "green") nil 'require-match))
      :type 'error))))
 
-(provide 'ido-ubiquitous-tests)
+(provide 'ido-ubiquitous-test)
 
-;;; ido-ubiquitous-tests.el ends here
+;;; ido-ubiquitous-test.el ends here