Sha256: cbb430dc316415747e61ac23fe91c1a80bce8989ab13c5fa18dc35770c2a8cb3

Contents?: true

Size: 721 Bytes

Versions: 260

Compression:

Stored size: 721 Bytes

Contents

if HAVE_ZENTEST

# --------------------------------------------------------------------------
if test(?e, PROJ.test.file) or not PROJ.test.files.to_a.empty?
require 'autotest'

namespace :test do
  task :autotest do
    Autotest.run
  end
end

desc "Run the autotest loop"
task :autotest => 'test:autotest'

end  # if test

# --------------------------------------------------------------------------
if HAVE_SPEC_RAKE_SPECTASK and not PROJ.spec.files.to_a.empty?
require 'autotest/rspec'

namespace :spec do
  task :autotest do
    load '.autotest' if test(?f, '.autotest')
    Autotest::Rspec.run
  end
end

desc "Run the autotest loop"
task :autotest => 'spec:autotest'

end  # if rspec

end  # if HAVE_ZENTEST

# EOF

Version data entries

260 entries across 258 versions & 67 rubygems

Version Path
TwP-bones-2.5.0 lib/bones/tasks/zentest.rake
TwP-bones-2.5.1 lib/bones/tasks/zentest.rake
devver-construct-1.0.0 tasks/zentest.rake
devver-construct-1.1.0 tasks/zentest.rake
devver-germinate-1.0.0 tasks/zentest.rake
devver-germinate-1.0.1 tasks/zentest.rake
devver-germinate-1.1.0 tasks/zentest.rake
devver-germinate-1.2.0 tasks/zentest.rake
devver-germinate-atompub-1.0.1 tasks/zentest.rake
devver-germinate-gist-1.0.0 tasks/zentest.rake
emonti-buby-1.0.0 tasks/zentest.rake
emonti-buby-1.0.1 tasks/zentest.rake
emonti-buby-1.1.0.0 tasks/zentest.rake
emonti-buby-1.1.1 tasks/zentest.rake
emonti-buby-1.1.2 tasks/zentest.rake
emonti-buby-1.1.3.1 tasks/zentest.rake
emonti-buby-1.1.3 tasks/zentest.rake
emonti-buby-1.1.4.1 tasks/zentest.rake
emonti-buby-1.1.4 tasks/zentest.rake
emonti-jdi_hook-1.0.0 tasks/zentest.rake