From 81802c32c17d9e35dc32ee1c63d8c0696cddc7e5 Mon Sep 17 00:00:00 2001 From: Joel Bradshaw Date: Wed, 23 Mar 2022 18:57:54 -0700 Subject: [PATCH] Add some sample files that should be ignored to the sample app This crashes out the tests, which accomplishes testing this --- .../fixtures/sampleapp/api/controllers/.DoNotLoad.example | 2 ++ .../integration/fixtures/sampleapp/api/models/DoNotLoad.html | 5 +++++ .../fixtures/sampleapp/api/policies/DoNotLoad.rtd | 1 + 3 files changed, 8 insertions(+) create mode 100644 test/integration/fixtures/sampleapp/api/controllers/.DoNotLoad.example create mode 100644 test/integration/fixtures/sampleapp/api/models/DoNotLoad.html create mode 100644 test/integration/fixtures/sampleapp/api/policies/DoNotLoad.rtd diff --git a/test/integration/fixtures/sampleapp/api/controllers/.DoNotLoad.example b/test/integration/fixtures/sampleapp/api/controllers/.DoNotLoad.example new file mode 100644 index 000000000..761492f75 --- /dev/null +++ b/test/integration/fixtures/sampleapp/api/controllers/.DoNotLoad.example @@ -0,0 +1,2 @@ +This is just a file that we shouldn't try to load as a source file when loading +this directory diff --git a/test/integration/fixtures/sampleapp/api/models/DoNotLoad.html b/test/integration/fixtures/sampleapp/api/models/DoNotLoad.html new file mode 100644 index 000000000..614e2f5bf --- /dev/null +++ b/test/integration/fixtures/sampleapp/api/models/DoNotLoad.html @@ -0,0 +1,5 @@ + + + Just a sample file that we shouldn't load + + diff --git a/test/integration/fixtures/sampleapp/api/policies/DoNotLoad.rtd b/test/integration/fixtures/sampleapp/api/policies/DoNotLoad.rtd new file mode 100644 index 000000000..d1ef415b2 --- /dev/null +++ b/test/integration/fixtures/sampleapp/api/policies/DoNotLoad.rtd @@ -0,0 +1 @@ +Another file we shouldn't try to load as source