Files
danbooru/test/functional/posts_controller_test.rb
albert 2053e6ad8c * Renamed Post.find_by_tags into Post.tag_match, made into a full fledged scope
* Post.tag_match no longer takes an options hash (use other arel builders instead)
2011-01-28 17:40:22 -05:00

16 lines
224 B
Ruby

require "test_helper"
class PostsControllerTest < ActionController::TestCase
context "The posts controller" do
setup do
end
teardown do
end
context "index action" do
end
end
end