This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/test/functional/sites_controller_test.rb

9 lines
165 B
Ruby
Raw Normal View History

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