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