Skip to content

Instantly share code, notes, and snippets.

@drnic
Created June 6, 2009 22:02
Show Gist options
  • Select an option

  • Save drnic/125021 to your computer and use it in GitHub Desktop.

Select an option

Save drnic/125021 to your computer and use it in GitHub Desktop.
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