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

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