Sha256: af679d180bf6d30ff136b8dc8d04ca8a6438c21cb6c32be1c038937f33b3464d

Contents?: true

Size: 189 Bytes

Versions: 6

Compression:

Stored size: 189 Bytes

Contents

require 'spec_helper'

describe 'Tilt Configuration' do

  it 'uses SlideMarkdown to handle .md files' do
    expect(Tilt['md']).to eq(RevealCK::Markdown::SlideMarkdownTemplate)
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
reveal-ck-0.6.0 spec/lib/reveal-ck/tilt/config_spec.rb
reveal-ck-0.5.1 spec/lib/reveal-ck/tilt/config_spec.rb
reveal-ck-0.5.0 spec/lib/reveal-ck/tilt/config_spec.rb
reveal-ck-0.4.2 spec/lib/reveal-ck/tilt/config_spec.rb
reveal-ck-0.4.1 spec/lib/reveal-ck/tilt/config_spec.rb
reveal-ck-0.4.0 spec/lib/reveal-ck/tilt/config_spec.rb