spec/factories/permissions.rb in aaf-gumboot-1.0.0.pre.alpha.2 vs spec/factories/permissions.rb in aaf-gumboot-1.1.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
FactoryGirl.define do
factory :permission do
association :role
value { "#{Faker::Lorem.word}:#{Faker::Lorem.word}" }
end