Returns:
46 47 48
# File 'lib/codeqa/sourcefile.rb', line 46 def spec? @spec ||= !!(filename =~ SPEC_PATTERN) end