Created
June 6, 2009 22:02
-
-
Save drnic/125021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require("spec_helper.js"); | |
| require("../public/ninja_search.js"); // relative to spec folder | |
| Screw.Unit(function(){ | |
| describe("inline activation button", function(){ | |
| it("should display NinjaSearch image button", function(){ | |
| var button = $('a.ninja_search_activation'); | |
| expect(button.size()).to(be_gte, 1); | |
| }); | |
| }); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment