fix list section link by normalizing

This commit is contained in:
2014-08-15 14:24:31 +02:00
parent 4ab9f63b33
commit 95e42bb917
7 changed files with 25 additions and 8 deletions
+4
View File
@@ -18,4 +18,8 @@ module SpecEmberHelpers
def js_path
page.evaluate_script 'location.pathname + location.hash'
end
def faye_log
page.evaluate_script(%|window.faye_log|)
end
end