Sha256: a43d323ddac1f117681a763e10d13b88ace321a02740b6795fc605571e84b87e

Contents?: true

Size: 196 Bytes

Versions: 187

Compression:

Stored size: 196 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |task|
	task.rspec_opts = ["--require", "simplecov"] if ENV['COVERAGE']
end

task :default => :spec

Version data entries

187 entries across 169 versions & 23 rubygems

Version Path
build-1.0.9 Rakefile
build-files-1.0.5 Rakefile
build-1.0.8 Rakefile
teapot-1.2.2 Rakefile
build-graph-1.0.5 Rakefile
teapot-1.2.1 Rakefile
teapot-1.2.0 Rakefile
teapot-1.1.2 Rakefile
teapot-1.1.1 Rakefile
build-files-1.0.4 Rakefile
teapot-1.1.0 Rakefile
utopia-1.6.3 Rakefile
utopia-1.6.2 Rakefile
utopia-1.6.1 Rakefile
utopia-1.6.0 Rakefile
trenni-formatters-1.1.0 Rakefile
utopia-1.5.2 Rakefile
utopia-1.5.1 Rakefile
utopia-1.5.0 Rakefile
trenni-formatters-1.0.0 Rakefile