A quick (get it?) script to run your Quick tests on the commandline. So you can š„ your Xcode projects.
You will need Rome and xctester already installed to use this.
$ brew install xctester
$ gem install cocoapods cocoapods-rome
Note: this needs Xcode 6.3
Build the necessary frameworks when using this for the first time:
$ pod install --no-integrate --project-directory=vendor
Running the tests from the Quick README looks like this:
$ ./quick.sh code/*.swift
QuickSpec
TableOfContentsSpec
ā -[TableOfContentsSpec the__Documentation__directory__has_everything_you_need_to_get_started]
failed - expected to contain <Organized Tests with Quick Examples and Example Groups>, got <[a]>
failed - expected to contain <Installing Quick>, got <[a]>
ā -[TableOfContentsSpec the__Documentation__directory__if_it_doesn_t_have_what_you_re_looking_for__needs_to_be_updated]
failed - expected to eventually be truthy, got <false>
Executed 2 tests, with 2 failures (2 unexpected) in 1.008 seconds