Skip to content

Commit

Permalink
removed the it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewest committed Oct 18, 2014
1 parent d1b20da commit ba34f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
beforeEach(function() {
Behave.view = $view = $(templates.dropdowns);
});
it.only("should select a dropdown", function() {
it("should select a dropdown", function() {
var coupon = Behave.choose('InactiveCoupon').from('coupons');
coupon.val().should.eql('InactiveCoupon');
coupon = Behave.choose('ActiveCoupon').from('coupons');
Expand Down

0 comments on commit ba34f54

Please sign in to comment.