Searched full:spec_dir (Results 1 – 3 of 3) sorted by relevance
31 # Return an array of filepaths relative to spec_dir to include before jasmine specs.43 # Return an array of filepaths relative to spec_dir to include.64 # spec_dir71 # spec_dir: spec/javascripts73 spec_dir: spec
72 spec_dir = self.GetDirectory()74 if spec_dir and spec_file:75 return '%s/%s' % (spec_dir, spec_file)76 elif spec_dir:77 return spec_dir
15920 …"py-lineno"> 3573</tt> <tt class="py-line"> <tt class="py-name">spec_dir</tt> <tt class="p…15922 …ss="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">spec_dir</tt> <tt class="p…15923 …t> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt class="py-name">spec_dir</tt><tt class="py…15924 …="py-line"> <tt class="py-keyword">elif</tt> <tt class="py-name">spec_dir</tt><tt class="py…15925 …ss="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">spec_dir</tt> </tt>