Sha256: 010f08506588f603e3c33c786e317762002db1c9fd21f9eaa8a09fd8359e8c22

Contents?: true

Size: 375 Bytes

Versions: 17

Compression:

Stored size: 375 Bytes

Contents

require 'bundler/setup'
require 'bundler/gem_tasks'
require 'bump/tasks'

task :default do
  # tests do not run with test-unit 1.x.x or <=2.3 since it defines testrb and overshadows 1.9s native testrb
  if `which testrb`.include?("/gems/")
    raise "tests do not run with test-unit testrb installed\nyes | gem uninstall -a test-unit && bundle"
  end

  sh "rspec spec/"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
testrbl-1.0.0 Rakefile
testrbl-0.9.0 Rakefile
testrbl-0.8.0 Rakefile
testrbl-0.7.0 Rakefile
testrbl-0.6.1 Rakefile
testrbl-0.6.0 Rakefile
testrbl-0.5.2 Rakefile
testrbl-0.5.1 Rakefile
testrbl-0.5.0 Rakefile
testrbl-0.4.1 Rakefile
testrbl-0.4.0 Rakefile
testrbl-0.3.3 Rakefile
testrbl-0.3.2 Rakefile
testrbl-0.3.1 Rakefile
testrbl-0.3.0 Rakefile
testrbl-0.2.0 Rakefile
testrbl-0.1.17 Rakefile