Sha256: a99e387d1ce59cd38b9af5cd43dee7622f87bcbdb201b953fca649f55c4553f1

Contents?: true

Size: 214 Bytes

Versions: 2

Compression:

Stored size: 214 Bytes

Contents

# frozen_string_literal: true
after('with_inline_memo') do
  FakeModel.seed 'with_block_memo'
  let(:block_let) { FakeModel.calling_let 'BLOCK_LET' }
  let!(:block_let!) { FakeModel.calling_let! 'BLOCK_LET!' }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
seedbank-0.5.0 test/dummy/db/seeds/with_block_memo.seeds.rb
seedbank-0.5.0.pre test/dummy/db/seeds/with_block_memo.seeds.rb