Sha256: fa98b84914a3d75a6890a2642ae954715e91229ad760e3fdf44b630bb4c95036

Contents?: true

Size: 173 Bytes

Versions: 3

Compression:

Stored size: 173 Bytes

Contents

covers 'facets/binding/eval'

test_case Binding do

  x = "hello"
  bind = binding

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

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
facets-3.0.0 test/core/binding/test_eval.rb
facets-2.9.3 test/core/binding/test_eval.rb
facets-2.9.2 test/core/binding/test_eval.rb