Skip to content

Commit

Permalink
correct prompt test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Aug 25, 2013
1 parent bc04083 commit d8a6a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prompt.test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ describe "bootbox.prompt", ->

describe "setting show to false", ->
beforeEach ->
@options.show = true
@options.show = false

@shown = sinon.spy()

Expand Down

0 comments on commit d8a6a96

Please sign in to comment.