Skip to content
blazingpair edited this page Jan 18, 2013 · 2 revisions

Generic Helper class without any external dependency to help specs

Usage examples:

[BZSpecHelper ensureDirectoryExists:NSDocumentDirectory];

make sure documents directory is created before running tests.

[BZSpecHelper isHeadlessUser]

returns TRUE when tests are running by automated process without GUI available.

Clone this wiki locally