Sha256: 7d5c6958074e59f63e1d19d63448bcfc907252a228abc62e7e7484cece31e8e8

Contents?: true

Size: 599 Bytes

Versions: 27

Compression:

Stored size: 599 Bytes

Contents

task :default => :spec
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = '--backtrace --color'
end

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name     = "parallel_tests"
    gem.summary  = "Run tests / specs / features in parallel"
    gem.email    = "grosser.michael@gmail.com"
    gem.homepage = "http://github.com/grosser/#{gem.name}"
    gem.authors  = "Michael Grosser"
  end

  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler"
end

Version data entries

27 entries across 27 versions & 3 rubygems

Version Path
parallel_tests-0.6.20 Rakefile
parallel_tests-instructure-0.6.19 Rakefile
parallel_tests-0.6.19 Rakefile
parallel_tests-0.6.18 Rakefile
parallel_tests-instructure-0.6.18 Rakefile
parallel_tests-0.6.17 Rakefile
parallel_tests-instructure-0.6.17 Rakefile
parallel_tests-instructure-0.6.16 Rakefile
parallel_tests-0.6.16 Rakefile
parallel_tests-0.6.15 Rakefile
parallel_tests-0.6.14 Rakefile
parallel_tests-0.6.13 Rakefile
parallel_tests-0.6.12 Rakefile
parallel_tests-0.6.11 Rakefile
parallel_tests-0.6.10 Rakefile
parallel_tests-0.6.9 Rakefile
parallel_tests-0.6.8 Rakefile
parallel_tests-0.6.7 Rakefile
parallel_tests-0.6.6 Rakefile
parallel_tests-0.6.5 Rakefile