Skip to content

Commit

Permalink
Enable xctool tests on OS X now that xctool has been updated
Browse files Browse the repository at this point in the history
Version 0.2.8 of xctool fixed the issue reported in Quick#417 that caused the OS X tests to fail.

We're good to go with OS X testing 👍
  • Loading branch information
mokagio committed Feb 14, 2016
1 parent 2f03756 commit 7c4b41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
7 changes: 1 addition & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ test:
- rake test:ios
- rake test:osx
- rake test:xctool:ios
# Due to the `pending` specs using a `print` xctool fails generating the report,
# which in turn makes the tests fail.
# See https://github.com/facebook/xctool/issues/314#issuecomment-152988101 and comments
# for details.
# See https://circleci.com/gh/mokagio/Quick/12 for a proof that without `print` the test pass.
# - rake test:xctool_osx
- rake test:xctool:osx


8 changes: 1 addition & 7 deletions script/travis-script-osx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,4 @@
rake test:ios
rake test:osx
rake test:xctool:ios

# Due to the `pending` specs using a `print` xctool fails generating the report,
# which in turn makes the tests fail.
# See https://github.com/facebook/xctool/issues/314#issuecomment-152988101 and comments
# for details.
# See https://circleci.com/gh/mokagio/Quick/12 for a proof that without `print` the test pass.
#rake test:xctool:osx
rake test:xctool:osx

0 comments on commit 7c4b41b

Please sign in to comment.