Sha256: 19e7413ed84bff61142aada80f46ac43c8bde246130d3582bcfd39580ec58afb

Contents?: true

Size: 200 Bytes

Versions: 12

Compression:

Stored size: 200 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.rspec_opts = %w(--color)
  spec.pattern    = 'spec/**/*_spec.rb'
end

task default: :spec

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
watir-dom-wait-0.4.0 Rakefile
watir-dom-wait-0.3.3 Rakefile
watir-dom-wait-0.3.2 Rakefile
watir-dom-wait-0.3.1 Rakefile
watir-dom-wait-0.3.0 Rakefile
watir-scroll-0.2.0 Rakefile
watir-dom-wait-0.2.1 Rakefile
watir-dom-wait-0.2.0 Rakefile
watir-dom-wait-0.1.3 Rakefile
watir-dom-wait-0.1.2 Rakefile
watir-dom-wait-0.1.1 Rakefile
watir-dom-wait-0.1.0 Rakefile