spec/support/factory_girl.rb in attachy-0.1.2 vs spec/support/factory_girl.rb in attachy-0.2.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require 'factory_girl' Dir[File.expand_path('../factories/**/*.rb', __dir__)].each { |file| require file } RSpec.configure do |config|