summaryrefslogtreecommitdiff
path: root/test/functional/users_controller_test.rb
blob: c3db1230a4feb8ee43c1f9c974255c4c8466f7c2 (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

class UsersControllerTest < ActionController::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end