File: version.rb

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-- 62 bytes parent folder | download
1
2
3
4
5
module QUnit
  module Selenium
    VERSION = '0.0.4'
  end
end