We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dafeb commit 2c68acaCopy full SHA for 2c68aca
busted-2.0.rc10-1.rockspec busted-2.0.rc11-0.rockspec
@@ -1,8 +1,8 @@
1
package = 'busted'
2
-version = '2.0.rc10-1'
+version = '2.0.rc11-0'
3
source = {
4
- url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc10-1.tar.gz',
5
- dir = 'busted-2.0.rc10-1'
+ url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc11-0.tar.gz',
+ dir = 'busted-2.0.rc11-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.rc10-1'
+ busted.version = '2.0.rc11-0'
48
49
local root = require 'busted.context'()
50
busted.context = root.ref()
0 commit comments