Sha256: 0d8aae6d1ce89227f2bddeb7120fa8e6d5a4f8777e855aa95c5f72f2dfa3aeaf

Contents?: true

Size: 345 Bytes

Versions: 26

Compression:

Stored size: 345 Bytes

Contents

require 'spec_helper'

describe Stasis::Helpers do

  before(:all) do
    generate
  end
  
  it "should display the helper in index.html" do
    $files['index.html'].should =~ /helpers\nroot/
  end

  it "should display the helper in subdirectory/index.html" do
    $files['subdirectory/index.html'].should =~ /helpers\nsubdirectory/
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
stasis-0.2.0 spec/stasis/plugins/helpers_spec.rb
stasis-0.2.0.pre spec/stasis/plugins/helpers_spec.rb
stasis-0.1.23 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.22 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.21 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.20 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.19 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.18 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.17 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.16 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.15 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.14 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.13 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.12 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.11 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.10 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.9 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.8 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.7 spec/stasis/plugins/helpers_spec.rb
stasis-0.1.6 spec/stasis/plugins/helpers_spec.rb