photogriffy.net/test/functional/screenshot_controller_test.rb
2009-10-28 22:18:24 -07:00

8 lines
170 B
Ruby

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