Guest User

Untitled

a guest
Feb 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. jspec.describe("visiting '/router'", function() {
  2. it("should return text", function() {
  3. var resp = merb.visit("/testage");
  4. $("p").click();
  5. expect($("p").length).to("==", 0);
  6. expect($("input").attr("name")).to("==", "testing")
  7. });
  8. });
Add Comment
Please, Sign In to add comment