-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some sample files that should be ignored to the sample app
This crashes out the tests, which accomplishes testing this
- Loading branch information
Joel Bradshaw
committed
Mar 24, 2022
1 parent
5c39ef2
commit 81802c3
Showing
3 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
test/integration/fixtures/sampleapp/api/controllers/.DoNotLoad.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This is just a file that we shouldn't try to load as a source file when loading | ||
this directory |
5 changes: 5 additions & 0 deletions
5
test/integration/fixtures/sampleapp/api/models/DoNotLoad.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<html> | ||
<body> | ||
Just a sample file that we shouldn't load | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Another file we shouldn't try to load as source |