Sha256: b602d0e84c24b57fd49a9b510c72e21fb520f782b1c9959ce3041fe9bd854993

Contents?: true

Size: 256 Bytes

Versions: 22

Compression:

Stored size: 256 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task default: :spec
desc 'Generate SimpleCov test coverage and open in your browser'
task :coverage do
  ENV['COVERAGE'] = 'true'
  Rake::Task['spec'].invoke
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
pansophy-1.3.0 Rakefile
pansophy-1.2.0 Rakefile
pansophy-1.1.0 Rakefile
pansophy-1.0.0 Rakefile
pansophy-1.0.0.pre.alpha.0 Rakefile
pansophy-0.6.0 Rakefile
pansophy-0.5.6 Rakefile
pansophy-0.5.5 Rakefile
pansophy-0.5.4 Rakefile
pansophy-0.5.3 Rakefile
pansophy-0.5.2 Rakefile
pansophy-0.5.1 Rakefile
pansophy-0.5.0 Rakefile
pansophy-0.4.0 Rakefile
pansophy-0.3.0 Rakefile
pansophy-0.2.6 Rakefile
pansophy-0.2.5 Rakefile
pansophy-0.2.4 Rakefile
pansophy-0.2.3 Rakefile
pansophy-0.2.1 Rakefile