webrat/spec/integration/rails/test/functional/links_controller_test.rb

9 lines
165 B
Ruby

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