Skip to content

Commit

Permalink
Add 'finally' to busted global set
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jul 10, 2015
1 parent 1ded3c5 commit 3edb6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luacheck/stds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local stds = {}
stds.busted = {
"describe", "insulate", "expose", "it", "pending", "before_each", "after_each",
"lazy_setup", "lazy_teardown", "strict_setup", "strict_teardown", "setup", "teardown",
"context", "spec", "test", "assert", "spy", "mock", "stub"}
"context", "spec", "test", "assert", "spy", "mock", "stub", "finally"}

stds.lua51 = {
_G = true, package = true, "_VERSION", "arg", "assert", "collectgarbage", "coroutine",
Expand Down

0 comments on commit 3edb6ca

Please sign in to comment.