Prevent the creation of new accounts during mailer preview
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
class UserMailerPreview < ActionMailer::Preview
|
class UserMailerPreview < ActionMailer::Preview
|
||||||
def exercise_anomaly_detected
|
def exercise_anomaly_detected
|
||||||
collection = ExerciseCollection.new(name: 'Hello World', user: FactoryBot.create(:admin))
|
collection = ExerciseCollection.new(name: 'Hello World', user: FactoryBot.build(:admin))
|
||||||
anomalies = {49 => 879.325828, 51 => 924.870057, 31 => 1031.21233, 69 => 2159.182116}
|
anomalies = {49 => 879.325828, 51 => 924.870057, 31 => 1031.21233, 69 => 2159.182116}
|
||||||
UserMailer.exercise_anomaly_detected(collection, anomalies)
|
UserMailer.exercise_anomaly_detected(collection, anomalies)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user