class Motion::Project::Config

Public Instance Methods

spec_core_files()
spec_core_files_with_screenshots() click to toggle source
# File lib/motion-screenspecs.rb, line 18
def spec_core_files_with_screenshots
  files = spec_core_files_without_screenshots

  lib_helper = File.join(File.dirname(__FILE__), 'spec', 'helpers.rb')
  files << lib_helper unless files.include?(lib_helper)
  files
end
Also aliased as: spec_core_files
spec_core_files_without_screenshots()
Alias for: spec_core_files