Skip to content

Commit d6885e5

Browse files
committed
Renamed to something less generic: mach.lua
1 parent 5d490e2 commit d6885e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mock.lua renamed to mach.lua

File renamed without changes.

spec/mock_spec.lua renamed to spec/mach_spec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
describe('The mock library', function()
2-
mock = require 'mock'
1+
describe('The mach library', function()
2+
mock = require 'mach'
33

44
local function shouldFail(test)
55
if pcall(test) then

0 commit comments

Comments
 (0)