aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/test/controllers/posts_controller_test.rb
blob: 7a6ee4f1dbc888050afa5c99c15e158cb70db920 (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class PostsControllerTest < ActionController::TestCase
  # test "the truth" do
  #   assert true
  # end
end