aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin/templates/test/%namespaced_name%_test.rb
blob: 1ee05d78715fce4c2a3a088131cb3538d93c7d43 (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class <%= camelized_modules %>::Test < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, <%= camelized_modules %>
  end
end