aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-06-26 21:33:23 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-06-26 21:39:09 +0900
commit12b3c603882a05267fa8b33f9267280ddee90949 (patch)
tree8daeea252068450425d8bfae8c375c56c57ec94c
parent98d12f1ef31014287c897fc60df4e1af70781ca3 (diff)
downloadrails-12b3c603882a05267fa8b33f9267280ddee90949.tar.gz
rails-12b3c603882a05267fa8b33f9267280ddee90949.tar.bz2
rails-12b3c603882a05267fa8b33f9267280ddee90949.zip
Remove needless gitignore
The dummy application is created under the tmp directory. Nothing is created in the `test/dummy` directory. https://github.com/rails/rails/blob/40bdbce191ad90dfea43dad51fac5c4726b89392/activejob/test/support/integration/helper.rb#L9 I guess that this comment makes it unnecessary. https://github.com/rails/rails/pull/16541#r16986711
-rw-r--r--activejob/.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/activejob/.gitignore b/activejob/.gitignore
deleted file mode 100644
index b3aaf55871..0000000000
--- a/activejob/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-test/dummy