File: ruby-tests.rb

package info (click to toggle)
ruby-merb-helpers 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,180 kB
  • ctags: 303
  • sloc: ruby: 2,802; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
7
8
require 'rspec/autorun'

Dir['spec/*_spec.rb'].each { |f|
  if f = "spec/merb_helpers_form_spec.rb"
    next
  end
  require f
}