spec/lib/reveal-ck/presentation_spec.rb in reveal-ck-0.6.0 vs spec/lib/reveal-ck/presentation_spec.rb in reveal-ck-0.6.1

- old
+ new

@@ -1,10 +1,9 @@ require 'spec_helper' module RevealCK describe Presentation do - let :config do Config.new end let :presentation do @@ -77,8 +76,7 @@ presentation = Presentation.load file: slides_haml, config: config html = presentation.html expect(html).to start_with '<section>' end end - end end