Skip to content

Commit

Permalink
guardfile moved to the parent folder, added new watch
Browse files Browse the repository at this point in the history
  • Loading branch information
ap4y committed Jan 3, 2013
1 parent 8de684e commit 54b185b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Tests/Guardfile → Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
# More info at https://github.com/guard/guard#readme

guard :ocunit,
:test_paths => ['UIBezierPath_SVGTests'],
:test_paths => ['Tests'],
:derived_data => '/tmp/tests',
:workspace => 'UIBezierPath_SVG.xcworkspace',
:workspace => 'Tests/UIBezierPath_SVG.xcworkspace',
:scheme => 'UnitTests',
:notification => false,
:test_bundle => 'UIBezierPath_SVGTests' do

watch(%r{^UIBezierPath_SVGTests/.+Tests\.m})
watch(%r{^Tests/UIBezierPath_SVGTests/.+Tests\.m})
watch(%r{^UIBezierPath\+SVG.[h,m]}) { |m| "Tests/UIBezierPath_SVGTests/UIBezierPath_SVGTests.m" }
end

0 comments on commit 54b185b

Please sign in to comment.