spec/post.haml in green_monkey-0.1.3 vs spec/post.haml in green_monkey-0.1.4

- old
+ new

@@ -1,7 +1,7 @@ !!! 5 %html - %heda + %head %body %article[post] = link_to "/posts/#{post.id}", :itemprop => "url" do %h3[:name]>= post.title .post_body[:articleBody]= post.body.html_safe \ No newline at end of file