Sha256: da8ddd72307c685c4f3b075080f666bbf69b450c4deaef9561bc7cc1684e6195

Contents?: true

Size: 229 Bytes

Versions: 5

Compression:

Stored size: 229 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'
require 'osx_watchfolder'
gem 'rake'


ARGV.clear

fork do
  ARGV << 'test_all'
  load 'rake'
end
OsxWatchfolder::FolderWatcher.new("Classes", "UnitTests") do 
  fork{load 'rake'}
end.start

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
paulanthonywilson-iphone_testify-0.0.1 skeleton/autoiphonetest.rb
paulanthonywilson-iphone_testify-0.0.4 skeleton/autoiphonetest.rb
paulanthonywilson-iphone_testify-0.0.5 skeleton/autoiphonetest.rb
paulanthonywilson-iphone_testify-0.0.6 skeleton/autoiphonetest.rb
paulanthonywilson-iphone_testify-0.1.02 skeleton/autoiphonetest.rb