aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/test/models/article_test.rb
blob: 11c8abe5f49081fe8de065861200c69a688949a1 (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class ArticleTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end