Sha256: bc0bdde1a1cb434d3b1071edbd15fbd2cece95d18e66a1dd6323b3775462fd9b

Contents?: true

Size: 187 Bytes

Versions: 10

Compression:

Stored size: 187 Bytes

Contents

# encoding: binary
# frozen_string_literal: true

gem "rspec"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new

RSpec::Core::RakeTask.new(:rcov) do |task|
  task.rcov = true
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rbnacl-7.1.1 tasks/rspec.rake
rbnacl-7.1.0 tasks/rspec.rake
rbnacl-7.0.0 tasks/rspec.rake
rbnacl-6.0.1 tasks/rspec.rake
rbnacl-6.0.0 tasks/rspec.rake
rbnacl-5.0.0 tasks/rspec.rake
rbnacl-4.0.2 tasks/rspec.rake
rbnacl-4.0.1 tasks/rspec.rake
rbnacl-4.0.0 tasks/rspec.rake
rbnacl-4.0.0.pre tasks/rspec.rake