Sha256: 7829a35504f1d1fce1779d8ed597c015e8f271e1099c9f005e135d430d3a3656

Contents?: true

Size: 304 Bytes

Versions: 9

Compression:

Stored size: 304 Bytes

Contents

require "bundler/gem_tasks"

desc "Generate the test fixtures"
task :generate_fixtures do
  sh "xcodebuild -project spec/fixtures/fixtures.xcodeproj/ -scheme fixtures -configuration Debug test"
end

desc "Run all the specs"
task :specs do
  sh "rspec"
end

task :default => [:generate_fixtures, :specs]

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
slather-1.5.4 Rakefile
slather-1.5.3 Rakefile
slather-1.5.2 Rakefile
slather-1.5.1 Rakefile
slather-1.5.0 Rakefile
slather-1.4.0 Rakefile
slather-1.3.0 Rakefile
slather-1.2.1 Rakefile
slather-1.2.0 Rakefile