Sha256: c725d4bc4a8d4427c726f475ffaeba87b92e6def45db2ccd411a91d7b723cc01

Contents?: true

Size: 425 Bytes

Versions: 9

Compression:

Stored size: 425 Bytes

Contents

desc "Invokes the test suite in multiple RVM environments"
task :'test!' do
  # Override this by adding RVM_TEST_ENVS=".." in .rvmrc
  envs = ENV['RVM_TEST_ENVS'] || '1.9.2@sinatra,1.8.7@sinatra'
  puts "* Testing in the following RVM environments: #{envs.gsub(',', ', ')}"
  system "rvm #{envs} rake test" or abort
end

desc "Runs tests"
task :test do
  Dir['test/*_test.rb'].each { |f| load f }
end

task :default => :test

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
tps_reporter-0.5.0 Rakefile
tps_reporter-0.4.2 Rakefile
tps_reporter-0.4.1 Rakefile
tps_reporter-0.4.0 Rakefile
tps_reporter-0.3.0 Rakefile
tps_reporter-0.2.2 Rakefile
tps_reporter-0.2.0 Rakefile
tps_reporter-0.0.2 Rakefile
sinatra-assetpack-0.0.8 Rakefile