Skip to content

Commit

Permalink
input.autocompleter created
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Sep 5, 2008
1 parent 36dea7c commit cc73bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
@@ -0,0 +1 @@
<input type="text" class="autocompleter" />
4 changes: 2 additions & 2 deletions slices/merb_screw_unit/app/views/autocompleter/spec.html.erb
@@ -1,5 +1,5 @@
describe("Awesome", function() {
it("is awesome", function() {
describe("Autocompleter", function() {
it("starts out as an input.autocompleter", function() {
expect($("input.autocompleter")).to(exist);
})
})

0 comments on commit cc73bdf

Please sign in to comment.