File: strict_spec.lua

package info (click to toggle)
lua-busted 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 820 kB
  • sloc: sh: 198; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
require 'spec.strict'

describe('runs a single successful test with strict', function()

  it('is a succesful test with strict', function()
    -- nothing here, makes it succeed
  end)

end)