3898: add unit test for job state attribute
[arvados.git] / services / api / test / unit / user_notifier_test.rb
index 89d10c52acc36cdaf3aaf6c36e06e3a5add1aec0..b280ae7f08c24ff322b57c347f0a4f7f8843d89f 100644 (file)
@@ -1,5 +1,5 @@
 require 'test_helper'
+
 class UserNotifierTest < ActionMailer::TestCase
 
   # Send the email, then test that it got queued
@@ -8,7 +8,7 @@ class UserNotifierTest < ActionMailer::TestCase
     email = UserNotifier.account_is_setup user
 
     assert_not_nil email
+
     # Test the body of the sent email contains what we expect it to
     assert_equal Rails.configuration.user_notifier_email_from, email.from.first
     assert_equal user.email, email.to.first