Sha256: 9f83a44db8bf96427a1d4d63c1ac68b0e9905b3de51f0e734a2ef5c091f87fd7

Contents?: true

Size: 205 Bytes

Versions: 81

Compression:

Stored size: 205 Bytes

Contents

require 'spec_helper'
require 'template'

describe Template do
  describe ".paths" do
    it "should be an array of registered templates" do
      Template.paths.should be_kind_of(Array)
    end
  end
end

Version data entries

81 entries across 81 versions & 3 rubygems

Version Path
opal-1.8.3.rc1 spec/opal/stdlib/template/paths_spec.rb
opal-1.8.2 spec/opal/stdlib/template/paths_spec.rb
opal-1.8.1 spec/opal/stdlib/template/paths_spec.rb
opal-1.8.0 spec/opal/stdlib/template/paths_spec.rb
opal-1.8.0.beta1 spec/opal/stdlib/template/paths_spec.rb
opal-1.7.4 spec/opal/stdlib/template/paths_spec.rb
opal-1.8.0.alpha1 spec/opal/stdlib/template/paths_spec.rb
opal-1.7.3 spec/opal/stdlib/template/paths_spec.rb
opal-1.7.2 spec/opal/stdlib/template/paths_spec.rb
opal-1.7.1 spec/opal/stdlib/template/paths_spec.rb
opal-1.7.0 spec/opal/stdlib/template/paths_spec.rb
opal-1.7.0.rc1 spec/opal/stdlib/template/paths_spec.rb
opal-1.6.1 spec/opal/stdlib/template/paths_spec.rb
opal-1.6.0 spec/opal/stdlib/template/paths_spec.rb
opal-1.6.0.rc1 spec/opal/stdlib/template/paths_spec.rb
opal-1.6.0.alpha1 spec/opal/stdlib/template/paths_spec.rb
opal-1.5.1 spec/opal/stdlib/template/paths_spec.rb
opal-1.5.0 spec/opal/stdlib/template/paths_spec.rb
opal-1.5.0.rc1 spec/opal/stdlib/template/paths_spec.rb
opal-1.4.1 spec/opal/stdlib/template/paths_spec.rb