Commit faf2e1acc6691e0ce0f88dee4db2246e6dcaae19

Authored by Victor Costa
1 parent 617998d7

Fix class name in test file

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/unit/article_follower_test.rb
1 1 require_relative "../test_helper"
2 2  
3   -class ArticleTest < ActiveSupport::TestCase
  3 +class ArticleFollowerTest < ActiveSupport::TestCase
4 4  
5 5 def setup
6 6 @person = create_user('testuser').person
... ...