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

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