Sha256: 74659f8fbd10db9622b98e4065675f0268a715385005a9faefc85271204671da

Contents?: true

Size: 198 Bytes

Versions: 4

Compression:

Stored size: 198 Bytes

Contents

require 'test_helper'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bindex-0.5.0 test/current_bindings_test.rb
bindex-0.4.0 test/current_bindings_test.rb
bindex-0.3.0 test/current_bindings_test.rb
bindex-0.2.0 test/current_bindings_test.rb