webrat/spec/integration/rails/test/functional/links_controller_test.rb
2009-06-01 12:17:29 -05:00

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