Sha256: 054452e9ed75e7b2e401f2a9a11561bfaa81525ea8ba85285ccaee050ad92423

Contents?: true

Size: 228 Bytes

Versions: 1

Compression:

Stored size: 228 Bytes

Contents

require 'test_helper'

class <%= singular_name.camelize %>NotifierTest < ActiveSupport::TestCase
  def setup
    @<%= singular_name %> = <%= class_name %>Notifier.new
  end

  # test "the truth" do
  #   assert true
  # end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pubsub_notifier-0.1.0 lib/generators/test_unit/templates/notifier_test.rb