Skip to content

Commit

Permalink
Add missing schemes for iOS and OS X tests. Fix Guardfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhgills committed Jan 1, 2014
1 parent 05703a6 commit 98bc539
Show file tree
Hide file tree
Showing 6 changed files with 10,177 additions and 14,439 deletions.
2 changes: 1 addition & 1 deletion .scripts/pod-update-checksum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2e50f799258d2a9e04259ac76a4e65863c9d4c6
fb2348cf547c1e19e880de3f9ea4729ace12af3e
7 changes: 4 additions & 3 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
require 'guard/plugin'
require 'shellwords'

# A sample Guardfile
# More info at https://github.com/guard/guard#readme
# README:
# `guard -g tests` to run unit tests whenever a source file changes.
# `guard -g misc` for git status, bundle install whenever the Gemfile changes, and more.

module ::Guard
class XCTest < ::Guard::Plugin
def _setup
scheme = "OS X Tests (Cocoapods)"
scheme = "OS X Tests"
xcodebuild_test_cmd = "xcodebuild -workspace Typhoon.xcworkspace/ -scheme '#{scheme}' test"
@rspec_test_task = "#{xcodebuild_test_cmd} | xcpretty -tc"
@simple_test_task = "#{xcodebuild_test_cmd} | xcpretty -sc"
Expand Down
Loading

0 comments on commit 98bc539

Please sign in to comment.