Sha256: 66f687961d943bb0bd001289d142ec288750eff5144c75fd994ac254dc5e73b3

Contents?: true

Size: 266 Bytes

Versions: 10

Compression:

Stored size: 266 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |task|
	if ENV['COVERAGE']
		begin
			require('simplecov/version')
			task.rspec_opts = %w{--require simplecov}
		rescue LoadError
		end
	end
end

task :default => :spec

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
latinum-1.4.1 Rakefile
latinum-1.4.0 Rakefile
latinum-1.3.1 Rakefile
latinum-1.3.0 Rakefile
latinum-1.2.0 Rakefile
latinum-1.1.0 Rakefile
periodical-1.1.0 Rakefile
periodical-1.0.1 Rakefile
periodical-1.0.0 Rakefile
latinum-1.0.0 Rakefile