Sha256: 17c2957c55f0e2a87fb1bc8a390ce8c550d3706b252c9b013995db9a444efaac

Contents?: true

Size: 201 Bytes

Versions: 4

Compression:

Stored size: 201 Bytes

Contents

require 'test_helper'

class CurrentBindingsTest < BaseTest
  test 'first binding returned is the current one' do
    assert_equal __LINE__, Skiptrace.current_bindings.first.eval('__LINE__')
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
bindex-0.7.0 test/current_bindings_test.rb
skiptrace-0.7.0 test/current_bindings_test.rb
bindex-0.6.0 test/current_bindings_test.rb
skiptrace-0.6.0 test/current_bindings_test.rb