spec/bonsai/page_spec.rb in bonsai-1.4.4 vs spec/bonsai/page_spec.rb in bonsai-1.4.5

- old
+ new

@@ -129,10 +129,10 @@ let(:page) { Bonsai::Page.find("about-us/contact").render } subject { page } it { should_not be_nil } - it "should replace mustache variables with properties from the content file" do + it "should replace liquid variables with properties from the content file" do page.should == "Hello from our template, named Contact\n\nGet in touch\n<p>&#8220;A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.&#8221;</p>\n\n<p>– Antoine de Saint-Exupery</p>\n\nThis content should be inserted!" end describe "markdown" do it "should not use markdown for single line content" do