Sha256: 12b6c69b99cc1d16f4174a1f191ab790188b1c85dbe70108ecf9c01d0fc0865c

Contents?: true

Size: 239 Bytes

Versions: 49

Compression:

Stored size: 239 Bytes

Contents

require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

RSpec::Core::RakeTask.new(:rcov) do |spec|
  spec.rcov = true
  spec.rcov_opts = ['-Ilib -Ispec --exclude spec,gems']
end

task :default => :spec

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
openid_connect-0.0.20 Rakefile
openid_connect-0.0.19 Rakefile
openid_connect-0.0.18 Rakefile
openid_connect-0.0.17 Rakefile
openid_connect-0.0.16 Rakefile
swd-0.0.4 Rakefile
openid_connect-0.0.15 Rakefile
swd-0.0.3 Rakefile
swd-0.0.2 Rakefile
openid_connect-0.0.14 Rakefile
openid_connect-0.0.13 Rakefile
swd-0.0.1 Rakefile
swd-0.0.0 Rakefile
openid_connect-0.0.12 Rakefile
openid_connect-0.0.11 Rakefile
openid_connect-0.0.10 Rakefile
openid_connect-0.0.9 Rakefile
openid_connect-0.0.8 Rakefile
openid_connect-0.0.7 Rakefile
openid_connect-0.0.6 Rakefile