We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:empty_project
1 parent cf39d28 commit 64d6a48Copy full SHA for 64d6a48
doc/development/testing.md
@@ -426,8 +426,6 @@ Here are some things to keep in mind regarding test performance:
426
- `FactoryGirl.build(...)` and `.build_stubbed` are faster than `.create`.
427
- Don't `create` an object when `build`, `build_stubbed`, `attributes_for`,
428
`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!
431
- Don't mark a feature as requiring JavaScript (through `@javascript` in
432
Spinach or `:js` in RSpec) unless it's _actually_ required for the test
433
to be valid. Headless browser testing is slow!
0 commit comments