Displaying 1 result from an estimated 1 matches for "cff04753".
2010 Sep 15
1
specs inside subfolder of lib folder not displaying proper error messages
hi
im facing this issue in which if i place a failing spec inside a subfolder
of my lib folder then along with the error message the file name and the
line number is not shown.
output as below:
''Test one'' FAILED
expected: 2,
got: 1 (using ==)
but if i move the spec directly under lib or any other folder then i see the
file name and line number with error message as below