Skip to content

Commit

Permalink
Remove duplicated test project explanation info from test projects
Browse files Browse the repository at this point in the history
Justification:

1) There is already an explanatory README present in the root directory
of test_projects
2) About half of the test projects have this duplicated information.
The other half do not, adding inconsistency to duplication.
  • Loading branch information
yakryder committed Jul 18, 2019
1 parent 6ab82cb commit 8afe0e3
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 60 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject bug "bug"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.flatland/ordered "1.5.6"]])
5 changes: 0 additions & 5 deletions test_projects/jvm-opts/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject custom/args "0.0.1-SNAPSHOT"
:description "A test project"
:dependencies [[org.clojure/clojure "1.8.0"]]
Expand Down
5 changes: 0 additions & 5 deletions test_projects/sample-failing/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject nomnomnom "0.5.0-SNAPSHOT"
:dependencies [[~(symbol "org.clojure" "clojure") ~"1.2.0"]]
:aot [nom.nom.nom])
5 changes: 0 additions & 5 deletions test_projects/sample-fixture-error/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject sample-fixture-error "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]])
5 changes: 0 additions & 5 deletions test_projects/sample-no-aot/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject nomnomnom "0.5.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.3.0"]
[janino "2.5.15"]]
Expand Down
5 changes: 0 additions & 5 deletions test_projects/sample-profile-meta/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject nomnomnom "0.5.0-SNAPSHOT"
:dependencies []
:profiles {:default [:leiningen/default :my-leaky :my-provided :my-test]
Expand Down
5 changes: 0 additions & 5 deletions test_projects/sample-reader-cond/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject nomnomnom "0.5.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[janino "2.5.15"]]
Expand Down
5 changes: 0 additions & 5 deletions test_projects/sample/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(def clj-version "1.3.0")

(defproject nomnomnom "0.5.0-SNAPSHOT"
Expand Down
5 changes: 0 additions & 5 deletions test_projects/uberjar-merging/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject nomnomnom "0.5.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[janino "2.5.15"]
Expand Down
5 changes: 0 additions & 5 deletions test_projects/with-aliases/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject project-with-aliases "0.1.0-SNAPSHOT"
:aliases {"p" ["echo" "p"]
"a2p" ["with-profile" "+a2" "p"]
Expand Down
5 changes: 0 additions & 5 deletions test_projects/with-aliases2/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject project-with-aliases "0.1.0-SNAPSHOT"
:a 1
:profiles {:a2 {:a 2}})
5 changes: 0 additions & 5 deletions test_projects/with-resources/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject project-with-resources "0.5.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.3.0"]
[janino "2.5.15"]]
Expand Down

0 comments on commit 8afe0e3

Please sign in to comment.