Sha256: 12720ee96b69ee0eabd2a41d90e8c5233331d30906b4b49262d31e022c9d676d

Contents?: true

Size: 190 Bytes

Versions: 9

Compression:

Stored size: 190 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core'
require 'rspec/core/rake_task'

task :noop do; end
task :default => :spec

RSpec::Core::RakeTask.new(:spec => :noop)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
html5_validators-1.3.0 Rakefile
html5_validators-1.2.2 Rakefile
html5_validators-1.2.1 Rakefile
html5_validators-1.2.0 Rakefile
html5_validators-1.1.3 Rakefile
html5_validators-1.1.2 Rakefile
html5_validators-1.1.1 Rakefile
html5_validators-1.1.0 Rakefile
html5_validators-1.0.0 Rakefile