Typo & indentation

This commit is contained in:
erwanlr
2012-12-20 16:57:17 +01:00
parent 42ee4b9183
commit 6df6cdc997
3 changed files with 16 additions and 16 deletions

View File

@@ -122,8 +122,8 @@ shared_examples_for "WebSite" do
describe "#page_hash" do
it "should return the MD5 hash of the page" do
url = "http://e.localhost/somepage.php"
body = "Hello World !"
url = "http://e.localhost/somepage.php"
body = "Hello World !"
stub_request(:get, url).to_return(:body => body)