Skip to content

Commit 64d6a48

Browse files
committed
Remove documentation about :empty_project since we're removing it
1 parent cf39d28 commit 64d6a48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/development/testing.md

-2
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,6 @@ Here are some things to keep in mind regarding test performance:
426426
- `FactoryGirl.build(...)` and `.build_stubbed` are faster than `.create`.
427427
- Don't `create` an object when `build`, `build_stubbed`, `attributes_for`,
428428
`spy`, or `double` will do. Database persistence is slow!
429-
- Use `create(:empty_project)` instead of `create(:project)` when you don't need
430-
the underlying Git repository. Filesystem operations are slow!
431429
- Don't mark a feature as requiring JavaScript (through `@javascript` in
432430
Spinach or `:js` in RSpec) unless it's _actually_ required for the test
433431
to be valid. Headless browser testing is slow!

0 commit comments

Comments
 (0)