We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a817b83 commit f930f81Copy full SHA for f930f81
busted-2.0.rc8-0.rockspec busted-2.0.rc9-0.rockspec
@@ -1,8 +1,8 @@
1
package = 'busted'
2
-version = '2.0.rc8-0'
+version = '2.0.rc9-0'
3
source = {
4
- url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc8-0.tar.gz',
5
- dir = 'busted-2.0.rc8-0'
+ url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc9-0.tar.gz',
+ dir = 'busted-2.0.rc9-0'
6
}
7
description = {
8
summary = 'Elegant Lua unit testing.',
busted/core.lua
@@ -44,7 +44,7 @@ return function()
44
local mediator = require 'mediator'()
45
46
local busted = {}
47
- busted.version = '2.0.rc8-0'
+ busted.version = '2.0.rc9-0'
48
49
local root = require 'busted.context'()
50
busted.context = root.ref()
0 commit comments