Sha256: ac820c9f56d324cc309d91bf5172485e8ef0c6572ae7999457a21d61c9908300

Contents?: true

Size: 162 Bytes

Versions: 23

Compression:

Stored size: 162 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:test)

task :default => :test

task :coverage do
	ENV['COVERAGE'] = 'y'
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
async-container-0.9.0 Rakefile
async-container-0.8.1 Rakefile
async-container-0.8.0 Rakefile
async-container-0.7.0 Rakefile
async-container-0.6.1 Rakefile
async-container-0.6.0 Rakefile
async-container-0.5.0 Rakefile
async-container-0.4.0 Rakefile
async-container-0.3.0 Rakefile
async-1.2.2 Rakefile
async-1.2.1 Rakefile
async-container-0.2.2 Rakefile
async-1.2.0 Rakefile
async-1.1.0 Rakefile
async-container-0.2.1 Rakefile
async-1.0.0 Rakefile
async-0.17.1 Rakefile
async-0.17.0 Rakefile
async-container-0.2.0 Rakefile
async-container-0.1.0 Rakefile