Sha256: ec2c613ad4d35ae7dd9f736b5ea48587d52dad78580201459960ef4bc272aa1f
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
describe("User listing", function() { beforeEach(function() { loadFixtures("user_listing.html"); }); it("should add the previous page to the history", function() { spyOnEvent($(".next_page"), 'click'); $(".next_page").click(); expect('click').toHaveBeenTriggeredOn($('.next_page')); }); });
Version data entries
6 entries across 6 versions & 1 rubygems