Sha256: 37cc1476edc9d72500081f79b0a1210ca03daf219a0c09c933a3321f8cb92027
Contents?: true
Size: 1.05 KB
Versions: 8
Compression:
Stored size: 1.05 KB
Contents
require 'rhet-butler' describe RhetButler do describe "web server" do describe "passive view" do it "should serve the presentation" it "should not respond to key press events" end describe "presenter's view" do it "should serve a presenter's view" it "should include a link to the presentation" it "should include the live presentation in an iframe" it "should use a different arrangement for the presentation" end describe "review view" do it "should update the slides automatically when the files change" it "should update processed assets automatically" end end describe "slide processing" do describe "text processing" do it "should process slide text as directed" it "should transform Markdown to HTML" it "should transform asset macros" it "should insert slides from set references" it "should nest slides from set references" end describe "asset handling" do it "should process SASS files and provide CSS links" end end end
Version data entries
8 entries across 8 versions & 1 rubygems