cirandas.net

ref: master

test/functional/public_controller_test.rb


1
2
3
4
5
6
7
8
9
require_relative '../test_helper'

class PublicControllerTest < ActionController::TestCase

  should 'inherit from ApplicationController' do
    assert_kind_of ApplicationController, PublicController.new
  end

end