photomix/test/functional/collections_controller_test.rb

9 lines
171 B
Ruby

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