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

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