Sha256: 9faa8a42432db6379f37452c32537fb02b295222ab95fc2c57dd3255d0841dba
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
describe "Jax.Material.<%= class_name %>'", -> material = mesh = null beforeEach -> mesh = new Jax.Mesh.Quad() describe "stand-alone", -> beforeEach -> mesh.material = new Jax.Material.Custom layers: [ { type: '<%= class_name %>' } ] it "should render without error", -> expect(-> mesh.render @context).not.toThrow()
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jax-3.0.0.rc2 | templates/shader_spec.js.coffee.erb |
jax-3.0.0.rc1 | templates/shader_spec.js.coffee.erb |