thingspeak/test/functional/pages_controller_test.rb
2011-03-27 16:56:15 -04:00

9 lines
165 B
Ruby

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