Sha256: b93a93a46714f3431a977ea2927aed2efded6792436a08f3d2a682d44575b1a7

Contents?: true

Size: 148 Bytes

Versions: 4

Compression:

Stored size: 148 Bytes

Contents

covers 'facets/binding/eval'

testcase Binding do

  x = "hello"
  bind = binding

  unit :eval do
    bind.eval("x").assert == "hello"
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/binding/test_eval.rb
facets-2.9.0 test/core/binding/test_eval.rb
facets-2.9.0.pre.2 test/core/binding/test_eval.rb
facets-2.9.0.pre.1 test/core/binding/test_eval.rb