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

8 lines
166 B
Ruby

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