Sha256: 965f447133656bd62fe9dbb0777936c2d39ea9a28a103bd18df8d67c7d8f42c1

Contents?: true

Size: 466 Bytes

Versions: 44

Compression:

Stored size: 466 Bytes

Contents

# encoding: utf-8
require 'rubygems'
require 'bundler'
Bundler::GemHelper.install_tasks

$:.unshift File.expand_path("../lib", __FILE__)

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.ruby_opts  = %w[-r./spec/coverage -w]
end

require_relative 'spec/capture_warnings'
include CaptureWarnings
namespace :spec do
  task :warnings do
    report_warnings do
      Rake::Task['spec'].invoke
    end
  end
end

task default: ['spec:warnings']

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
cucumber-expressions-8.3.0 Rakefile
cucumber-expressions-8.2.1 Rakefile
cucumber-expressions-8.2.0 Rakefile
cucumber-expressions-8.1.0 Rakefile
cucumber-expressions-8.0.2 Rakefile
cucumber-expressions-8.0.1 Rakefile
cucumber-expressions-8.0.0 Rakefile
cucumber-expressions-7.0.0 Rakefile
cucumber-expressions-6.6.2 Rakefile
cucumber-messages-1.1.2 Rakefile
cucumber-messages-1.1.1 Rakefile
cucumber-messages-1.0.4 Rakefile
cucumber-messages-1.0.0 Rakefile
cucumber-expressions-6.0.1 Rakefile
cucumber-expressions-6.0.0 Rakefile
cucumber-expressions-5.0.18 Rakefile
cucumber-expressions-5.0.17 Rakefile
cucumber-expressions-5.0.16 Rakefile
cucumber-expressions-5.0.15 Rakefile
cucumber-expressions-5.0.14 Rakefile