File: Rakefile

package info (click to toggle)
qunit-selenium 0.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: ruby: 188; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new
Rake::Task[:build].prerequisites << Rake::Task[:spec]