Remove TestsHelpers module (was used in specs)

This commit is contained in:
Thibault Jouan
2014-01-19 17:31:48 +00:00
parent 29b3efa580
commit 88d5ab68b7
3 changed files with 2 additions and 12 deletions

View File

@@ -1,9 +0,0 @@
module TestsHelpers
def test_ok
double 'test', pass?: true
end
def test_ko
double 'test', pass?: false
end
end