Skip to content

Commit 2149263

Browse files
committed
fix spec ignores
1 parent 239c5d1 commit 2149263

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
/log/*.log
44
/pkg/
55
/tmp/
6-
/test/dummy/db/*.sqlite3
7-
/test/dummy/db/*.sqlite3-*
8-
/test/dummy/log/*.log
9-
/test/dummy/storage/
10-
/test/dummy/tmp/
6+
/spec/dummy/db/*.sqlite3
7+
/spec/dummy/db/*.sqlite3-*
8+
/spec/dummy/log/*.log
9+
/spec/dummy/storage/
10+
/spec/dummy/tmp/
1111
.rspec_status
1212
Gemfile.lock
1313
*.gem

0 commit comments

Comments
 (0)