Sha256: 8af3e1393eade0f412aaecc245c87db82ee581d61c4fff6f3dea9b3298ad0b98

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

require_relative './../../lib/test_app'

RSpec.describe TestApp::BlockReturn do
  it 'calls a method which eventually yields and then executes a return' do
    expect(described_class.entrypoint).to be(1)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yardcheck-0.0.3 test_app/spec/test_app/block_return_spec.rb
yardcheck-0.0.2 test_app/spec/test_app/block_return_spec.rb