From e654e13ff9c2143d4c82250f3d0f513db09d31eb Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Wed, 13 Nov 2019 08:14:53 +1100 Subject: [PATCH] rubocop fix --- spec/fabricators/customer_fabricator.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/fabricators/customer_fabricator.rb b/spec/fabricators/customer_fabricator.rb index 1efdfad..329af38 100644 --- a/spec/fabricators/customer_fabricator.rb +++ b/spec/fabricators/customer_fabricator.rb @@ -1,2 +1,3 @@ +# frozen_string_literal: true Fabricator(:customer, from: "DiscoursePatrons::Customer")