File: init.rb

package info (click to toggle)
ruby-shoulda-context 1.0.0~beta1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 220 kB
  • sloc: ruby: 1,050; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
if RAILS_ENV == 'test'
  require 'shoulda-context'
  Shoulda.autoload_macros RAILS_ROOT, File.join("vendor", "{plugins,gems}", "*")
end