File: unit_test.rb

package info (click to toggle)
ruby-rails-observers 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 268 kB
  • ctags: 233
  • sloc: ruby: 1,522; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
require 'test_helper'

<% module_namespacing do -%>
class <%= class_name %>ObserverTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end
<% end -%>