Sha256: c2cec5094bb20abcdb5d7f6e5ffef14758e6532872f21c0ae68d3d604c8c2f7a
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true # spec/support/factory_girl.rb RSpec.configure do |config| config.include FactoryGirl::Syntax::Methods config.before(:suite) do FactoryGirl.find_definitions end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_votable-0.11.1 | spec/support/factory_girl.rb |
acts_as_votable-0.11.0 | spec/support/factory_girl.rb |