Sha256: 7a21f12f4d77814a99171b4929f61440d48b8b4393b7cc86839405c2b9b9c77e
Contents?: true
Size: 220 Bytes
Versions: 11
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true # Since FactoryBot is not a dependency, none of this should be executed. We just # need the AST to exist. if false FactoryBot.define do factory :foo do bar {} end end end
Version data entries
11 entries across 11 versions & 1 rubygems