aboutsummaryrefslogtreecommitdiff
path: root/test/functional/configs_controller_test.rb
blob: 049e5612a12b107ed70555ca39645dbc13c1095e (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

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