Skip to content

Commit

Permalink
pulling some formatting weeds
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed May 30, 2012
1 parent 3b9d6ec commit 3022580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/app/anita_web_spec.rb
Expand Up @@ -41,9 +41,9 @@
context "as markdown" do
subject{ get("#{url}.markdown") }

its(:body){ should include("## #{message.channel}") }
its(:body){ should include("**#{message.nick}**") }
its(:body){ should include(message.text) }
its(:body){ should include("## #{message.channel}") }
its(:body){ should include("**#{message.nick}**") }
its(:body){ should include(message.text) }
its(:body){ should include("*#{message.humanized_timestamp}*") }
end
end
Expand Down

0 comments on commit 3022580

Please sign in to comment.