class Motion::Project::IOSConfig

‘Bacon’ is hard-coded in the string generated by main_cpp_file_txt as the class to run our specs. This updates the method to replace ‘Bacon’ with ‘MotionSpec’.

Public Instance Methods

main_cpp_file_txt(spec_objs) click to toggle source
# File lib/motion-spec.rb, line 92
def main_cpp_file_txt(spec_objs)
  old_main_cpp_file_txt(spec_objs).gsub(/Bacon/, 'MotionSpec')
end
Also aliased as: old_main_cpp_file_txt
old_main_cpp_file_txt(spec_objs)
Alias for: main_cpp_file_txt