Commit 783b069278b89e21733252e78081b88908204631
1 parent
9ba92dcc
Exists in
master
and in
29 other branches
Fix class name of user activation test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/unit/user_activation_job_test.rb
1 | require_relative "../test_helper" | 1 | require_relative "../test_helper" |
2 | 2 | ||
3 | -class NotifyActivityToProfilesJobTest < ActiveSupport::TestCase | 3 | +class UserActivationJobTest < ActiveSupport::TestCase |
4 | 4 | ||
5 | should 'create job on user creation' do | 5 | should 'create job on user creation' do |
6 | user = new_user :login => 'test1' | 6 | user = new_user :login => 'test1' |