Sha256: 64e777dc1fbf7c26b5a66823eaa95ac52575998c374258fb04ef867b9975145c

Contents?: true

Size: 255 Bytes

Versions: 43

Compression:

Stored size: 255 Bytes

Contents

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

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

task :default => :spec

Version data entries

43 entries across 43 versions & 6 rubygems

Version Path
ffi-clang-0.7.0 Rakefile
ffi-clang-0.6.0 Rakefile
samovar-1.5.0 Rakefile
samovar-1.4.0 Rakefile
samovar-1.3.2 Rakefile
ffi-clang-0.5.0 Rakefile
rack-freeze-1.1.0 Rakefile
rack-freeze-1.0.0 Rakefile
activerecord-migrations-1.3.0 Rakefile
activerecord-migrations-1.2.1 Rakefile
samovar-1.3.1 Rakefile
activerecord-migrations-1.2.0 Rakefile
activerecord-migrations-1.1.2 Rakefile
activerecord-migrations-1.1.1 Rakefile
utopia-1.9.5 Rakefile
activerecord-migrations-1.1.0 Rakefile
utopia-1.9.4 Rakefile
utopia-1.9.3 Rakefile
utopia-1.9.2 Rakefile
utopia-1.9.1 Rakefile